From feb4eaf33301ba63e5ed37f6dcf9d94bebd5d645 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 28 May 2025 09:02:16 +0200 Subject: [PATCH] Added short documentation --- README.md | 13 +++++++++++++ preseed/preseed.cfg | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f82bd8f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +This Project contains the Preseed files to build the angestoepselt Debian Image + +# Setup + +To setup the project run the setup.sh file. + +It will download and extract the image mentioned in the script. + +# Build + +To build the image run build.sh + +It will grab the preseed files and pack them into a image file. diff --git a/preseed/preseed.cfg b/preseed/preseed.cfg index 911a58d..c53ccd2 100755 --- a/preseed/preseed.cfg +++ b/preseed/preseed.cfg @@ -69,7 +69,7 @@ d-i apt-setup/disable-cdrom-entries boolean true # Vorinstallierte Software # Programmgruppe kann festlegen, ob z.B. Headless oder eine bestimmte Desktopumgebung (xfce-desktop, kde-desktop usw) vorinstalliert werden soll (siehe B.4.10) -tasksel tasksel/first multiselect standard, gnome-desktop +tasksel tasksel/first multiselect standard, cinnamon-desktop d-i pkgsel/install-language-support boolean true d-i pkgsel/update-policy select Install security updates automatically