Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
295cd26ea2 |
|||
|
1b8ea223ab |
1 changed files with 9 additions and 4 deletions
13
preseed.cfg
13
preseed.cfg
|
|
@ -32,7 +32,6 @@ d-i user-setup/allow-password-weak boolean true
|
|||
d-i clock-setup/utc boolean true
|
||||
d-i clock-setup/ntp boolean true
|
||||
|
||||
d-i partman-auto/disk string /dev/sda
|
||||
d-i partman-auto/method string regular
|
||||
d-i partman-auto/choose_recipe select atomic
|
||||
d-i partman/confirm_write_new_label boolean true
|
||||
|
|
@ -48,13 +47,19 @@ d-i apt-setup/disable-cdrom-entries boolean true
|
|||
|
||||
tasksel tasksel/first multiselect standard, ssh-server
|
||||
d-i pkgsel/include string \
|
||||
xorg \
|
||||
openbox \
|
||||
sway \
|
||||
swaybg \
|
||||
swayidle \
|
||||
swaylock \
|
||||
wayland-protocols \
|
||||
xwayland \
|
||||
chromium \
|
||||
sudo \
|
||||
curl
|
||||
|
||||
d-i pkgsel/exclude string gnome-software
|
||||
d-i pkgsel/exclude string \
|
||||
gnome-software \
|
||||
xserver-xorg*
|
||||
|
||||
d-i grub-installer/only_debian boolean true
|
||||
d-i grub-installer/bootdev string default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue