From 544bbd9609f2c236b0dba39fdd7c5eb551cf6061 Mon Sep 17 00:00:00 2001 From: Lucas Lenninger Date: Fri, 6 Mar 2026 14:14:07 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f880766..bdd6d67 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,41 @@ # penguin-eggs-instructions -Anleitung für neues penguin eggs image für USB boot \ No newline at end of file +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 \ No newline at end of file