X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fscripts%2FGRUB_PC%2F11-ian;h=11cd818d50df43b2130ed64bf08608cf9bb79e39;hb=f6b9ade60186b7be2ecf39266ced982ec7efc633;hp=5d064be41bfa8593539c54ac1e1d9d65ee494c8d;hpb=7fdea51613929853c4df86261150bd3782fb81b2;p=automated-distro-installer diff --git a/fai/config/scripts/GRUB_PC/11-ian b/fai/config/scripts/GRUB_PC/11-ian index 5d064be..11cd818 100755 --- a/fai/config/scripts/GRUB_PC/11-ian +++ b/fai/config/scripts/GRUB_PC/11-ian @@ -26,9 +26,10 @@ fi if ifclass DEBIAN; then fcopy -M /etc/apt/preferences.d/unstable - fcopy -riM /etc/apt/sources.list.d - $ROOTCMD apt-get update fi +fcopy -riM /etc/apt/sources.list.d +$ROOTCMD apt-get update + # note: @@ -55,6 +56,17 @@ chmod 700 /root/.ssh # default jessie groups + kvm, systemd-journal, adm usermod -aG adm,cdrom,floppy,sudo,audio,dip,video,plugdev,netdev,systemd-journal ian + +# https://askubuntu.com/questions/33416/how-do-i-disable-the-boot-splash-screen-and-only-show-kernel-and-boot-text-inst +# it suggests not having plymouth-theme-ubuntu-text, but +# making it not installed then kills plymouth, then makes +# the system not boot. +sed -ri 's/(^ *GRUB_CMDLINE_LINUX.*)quiet splash/\1/' /etc/default/grub +# on xenial, no grub is displayed at all. fix that. +# found just by noticing this in the config file, and a +# warning about it in error.log +sed -i '/^ *GRUB_HIDDEN_TIMEOUT/d' /etc/default/grub +update-grub2 EOF