Commit Graph

3 Commits

Author SHA1 Message Date
nodiscc
915e7073c1 installer: fix plymouth boot screen not enabled in the installed system 2021-10-26 22:04:51 +02:00
nodiscc
8c153517f1 installer: enable plymouth splash using late_command in preseed file
- adding a custom /etc/default/grub in the chroot breaks unattended installation (conffile conflict resolution)
- add the "splash" boot option as late as possible during installation, update grbu configuration in target
- https://unix.stackexchange.com/questions/438901/reconfigure-grub-in-preseed-late-command
- fixes #87
2021-10-25 21:52:47 +02:00
nodiscc
0376e64132 add installer preseed configuration:
- disable network configuration
 - set the domain name to blank
 - load non-free firmware
 - install a generic linux image (all drivers)
 - set the debian mirror to https://deb.debian.org, but idsable use of a mirror
 - enable root logins
 - add the first user to common groups for desktop interaction + sudo
 - interpret the hardware clock to UTC
 - enable NTP, use pool.ntp.org server
 - enable contrib and non-free software
 - disable installer APT upgrade step since we run the installer offline
 - auto accept annoying license prompt for intel drivers
 - auto install grub to the MBR
 - auto install GRUB to the EFI removable media path
 - disable reboot prompt message
2020-03-07 21:01:41 +01:00