README.md aktualisiert

This commit is contained in:
2026-03-06 14:14:07 +00:00
parent 52054e4254
commit 544bbd9609

View File

@@ -1,3 +1,41 @@
# penguin-eggs-instructions
Anleitung für neues penguin eggs image für USB boot
Anleitung für neues penguin eggs image für USB boot
## Penguin Eggs
Penguin eggs laden und installieren
```
git clone https://github.com/pieroproietti/fresh-eggs
cd fresh-eggs
sudo ./fresh-eggs.sh
```
## Install Calamares
```sudo apt-get install calamares-settings-ubuntu-unity ```
## Create .desktop launcher
Add name and icon and command to be used is ```sudo calamares```
Add the make the calamares sudoable
```sudo visudo```
add ```username ALL=(ALL) NOPASSWD: /usr/bin/calamares```
replace "username" with user
## Prepare Krill
in ```etc/penguin-eggs.d/``` replace the [krill.yaml](krill.yaml) for quick install options
## Create egg
```sudo eggs produce```
Tags:
--yolk force updates dependencies
--clone add all files and programms
--release deletes Krill, Penguin Eggs and Calamares after installation
## Create Boot
Write the ISO to a bootable USB
## Installation
Use either the .desktop icon or use
```sudo eggs install --unattended```
for a quick isntall