diff options
-rw-r--r-- | preseed.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/preseed.cfg b/preseed.cfg index 0425e86..e93f811 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -29,6 +29,7 @@ # Improve: # discover how to send email, using postfix or sendmail. Don't care which, but exclude exim4. # echo "$( hostname ) has IP $( ip -4 -o a s eth0 | awk '{print $4}' | sed -r -e 's/\/.*$//' )" | +# add the kernel lines: console=ttyS0 console=tty1. Get this to work; tried manually but perhaps devuan doesn't use console the same way? d-i debian-installer/country string US d-i debian-installer/keymap select us @@ -79,13 +80,14 @@ d-i apt-setup/local2/repository string http://pkgmaster.devuan.org/merged ceres tasksel tasksel/first multiselect standard, ssh-server # adapted from /mnt/public/Support/Platforms/devuan/devuan.txt, main fluxbox desktop, but for a vm +# no xscreensaver, for a vm. d-i pkgsel/include string \ alsamixergui alttab apt-transport-https bgconf bgscripts bgscripts-core \ cifs-utils curl fluxbox freeipa-client git grub lightdm lightdm-gtk-greeter \ mlocate net-tools nfs-common ntpdate oddjob-mkhomedir=0.1-1 openssh-server \ p7zip palemoon palemoon-ublock-origin parted qemu-guest-agent rsync scite \ - screen spice-vdagent strace sudo tcpdump vim volumeicon-alsa waterfox xfe \ - xscreensaver xserver-xorg-video-qxl vlc xfce4-terminal + screen spice-vdagent strace sudo tcpdump vim vlc volumeicon-alsa waterfox \ + xfce4-terminal xfe xserver-xorg-video-qxl d-i pkgsel/upgrade select none |