## Release Notes: penguins-eggs v0.9.2-46 (2026-07-05)
The package officially changed its name from **oa-tools** to **penguins-eggs**.

### 🚨 BREAKING CHANGE:
A manual uninstallation of the old penguins-eggs package is required prior to installing this release. Ensure your system is clean from the previous version before proceeding.

## ISOs
You can download the corresponding naked ISOs (CLI only) from the following [link](https://penguins-eggs.net/basket/isos/).

## Known Issue: 
All distributions are configured with the user `live` and password `evolution` and can be installed on ext4 or btrfs with the command `sudo eggs sysinstall krill`, except for Alpine (ext4 only),

### Most of the distros except Debian/Devuan/Ubuntu
I need to fix some issues in the krill TUI installer; the static network configuration isn't working for most distributions.

### Fedora 44 Boot Error ("invalid magic number")

**Symptom:** 
After creating an ISO of Fedora 44 using penguins-eggs (e.g., version -20), booting the resulting image may halt with the following error:
`invalid magic number, need to load kernel first`

**Cause:** 
This is primarily related to Fedora's strict SELinux policies interfering with the initial boot process of the remastered system, rather than a direct issue with penguins-eggs.

**Workaround / Solution:**
Before booting the installed system for the first time, you need to temporarily disable SELinux enforcement via the GRUB boot menu:
1. At the boot menu, press `e` to edit the boot parameters.
2. Locate the line that starts with `linux`.
3. Append `enforcing=0` to the very end of that line.
4. Continue booting (usually by pressing `Ctrl+X` or `F10`).

**Result:** 
The system will successfully relabel SELinux and boot normally. Future boots will not require this workaround.

