Skip to content

Commit

Permalink
Trying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanSelen committed Dec 18, 2024
1 parent 01fa0a7 commit f14812a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ntos/configs/minimal/preseed.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ d-i mirror/http/mirror select deb.debian.org
d-i apt-setup/non-free boolean true
d-i apt-setup/contrib boolean true
d-i apt-setup/enable-source-repositories boolean false
d-i apt-setup/disable-cdrom-entries boolean true

d-i apt-setup/services-select multiselect security, updates
d-i pkgsel/update-policy select full-upgrade
Expand All @@ -64,8 +63,7 @@ d-i grub-installer/force-efi-extra-removable boolean true
d-i grub-installer/only_debian boolean true

d-i preseed/late_command string \
in-target /bin/bash -c '\
echo "deb http://ftp.de.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backport.list && \
in-target /bin/bash -c 'echo "deb http://ftp.de.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/backport.list && \
apt-get update && \
apt-get install -y xfce4 xfce4-goodies xfce4-power-manager system-config-printer xfce4-panel-profiles xsane plymouth-themes dbus-x11 network-manager-gnome curl yad freerdp3-x11 && \
apt-get autoremove -y && \
Expand Down

0 comments on commit f14812a

Please sign in to comment.