Skip to content
Commits on Source (2)
......@@ -83,7 +83,7 @@ d-i netcfg/wireless_wep string
#d-i mirror/protocol string ftp
d-i mirror/country string manual
d-i mirror/http/hostname string deb.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/directory string /debian-ports
d-i mirror/http/proxy string http://10.0.2.1:3128/
# Suite to install.
......@@ -369,7 +369,7 @@ d-i preseed/early_command string sed -ie s/tty4/com0/ /etc/inittab ; kill -HUP 1
# directly, or use the apt-install and in-target commands to easily install
# packages and run commands in the target system.
#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
d-i preseed/late_command string apt-install xdm epiphany-browser ; echo /usr/bin/xdm >/target/etc/X11/default-display-manager
d-i preseed/late_command string apt-install xdm ; apt-install epiphany-browser ; echo /usr/bin/xdm >/target/etc/X11/default-display-manager
# Alternatively, if you want to install to a location other than the mbr,
# uncomment and edit these lines:
......