Skip to content

Commit

Permalink
v10.0.56-2 archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
pieroproietti committed Dec 18, 2024
1 parent 5bc2031 commit 1811b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ One more step forward with fedora, openmamba, opensuse and RHEL distributions in

* `krill`: module bootloader, inserted a `--force` for fedora family, on grub2 installation because otherwise it refuses to install itself on UEFI unsigned;
* `krill`: module bootloader. on fedora familly/RHEL derived distros (AlmaLinux and RockyLinux) but not on fedora, I need to replace from code the boot loader entries, since the ones generated during installation carried the UUIDs of the parent system.
* `live`: updated kernel parameters on the live image. Thanks to [Silvan Calarco](https://openmamba.org/en/) for suggestions and [Hosein Seilany](https://predator-os.ir/) for implementation.
* `live`: updated kernel parameters on the live image. Thanks to [Silvan Calarco](https://openmamba.org/en/) for suggestions and [Hosein Seilany](https://predator-os.ir/) for implementation;
* `archlinux`: we have a new calamares version: `calamares-eggs-3.3.12-1-x86_64.pkg.tar.zst`.

## penguins-eggs-10.0.55
- tested penguins-eggs-tarballs on almalinux, biglinux, debian. devuan, fedora, linuxmint (no lmde), opensuse, rockylinux;
Expand Down
3 changes: 2 additions & 1 deletion src/classes/pacman.d/archlinux.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default class Archlinux {
verbose = true // serve per pacman
const echo = Utils.setEcho(verbose)
// const cal_eggs = 'calamares-eggs-3.3.9-1-x86_64.pkg.tar.zst' // 01/09/2024
const cal_eggs = 'calamares-eggs-3.3.10-1-x86_64.pkg.tar.zst' // 24/10/2024
// const cal_eggs = 'calamares-eggs-3.3.10-1-x86_64.pkg.tar.zst' // 24/10/2024
const cal_eggs = 'calamares-eggs-3.3.12-1-x86_64.pkg.tar.zst' // 17/12/2024
let cmd = `wget -O /tmp/${cal_eggs} https://sourceforge.net/projects/penguins-eggs/files/Packages/AUR/${cal_eggs}/download`
try {
await exec(cmd, echo)
Expand Down

0 comments on commit 1811b72

Please sign in to comment.