mirror of
https://codeberg.org/angestoepselt/imagestack.git
synced 2026-03-21 22:32:17 +00:00
Added short documentation
This commit is contained in:
parent
5e033485db
commit
feb4eaf333
2 changed files with 14 additions and 1 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue