Files

41 lines
1005 B
Markdown

# penguin-eggs-instructions
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 eggs calamares --install --release ```
## 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