X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fscripts%2FGRUB_PC%2F11-iank;h=d8fb48dc5120cf49dbfe8dd2c5ec3bb0916329c7;hb=cef9b6ede5c1e028bed1b4dc7895f5dfa121ad6b;hp=852e03a648947bb0b9724b1c3bab575bc2faeae0;hpb=3f20eea52b8d7f665b2c3b483921f15a0e48d7ee;p=automated-distro-installer diff --git a/fai/config/scripts/GRUB_PC/11-iank b/fai/config/scripts/GRUB_PC/11-iank index 852e03a..d8fb48d 100755 --- a/fai/config/scripts/GRUB_PC/11-iank +++ b/fai/config/scripts/GRUB_PC/11-iank @@ -19,18 +19,7 @@ if [[ -e /a/bin/fai/fai-wrapper ]]; then } fi -chroot $FAI_ROOT bash <<'EOFOUTER' -set -eE -o pipefail -if getent group systemd-journal >/dev/null; then - # makes the journal be saved to disk. - mkdir -p /var/log/journal - chmod 755 /var/log/journal -fi -debconf-set-selections < 60*60*2 )); then fi -chroot $FAI_ROOT bash <<'EOF' + +#### misc configurations +chroot $FAI_ROOT bash <<'EOFOUTER' +if getent group systemd-journal >/dev/null; then + # makes the journal be saved to disk. + mkdir -p /var/log/journal + chmod 755 /var/log/journal +fi +debconf-set-selections </dev/null; then @@ -129,12 +130,10 @@ fi # that a normal user can disrupt the system, eg cause a reboot. sed -i '$a kernel.sysrq=1 /^kernel.sysrq=/d' /etc/sysctl.conf -EOF +EOFOUTER if [[ $FAI_ACTION != dirinstall ]]; then - - # luks options, see man systemd-cryptsetup-generator # all i know is that with luks.crypttab=no, swap still timed out on boot. # and with rd.luks.crypttab=no, it works. @@ -179,7 +178,7 @@ sed -i '/^ *GRUB_HIDDEN_TIMEOUT/d' /etc/default/grub update-grub2 EOF -fi # end != dirinstall +fi ##### end != dirinstall # reading through the groups that iank is in but user2 isn't, @@ -188,7 +187,8 @@ for g in plugdev audio video cdrom; do done -## begin network setup + +###### begin network setup #### # use old names. the idea of them changing between boots has never # happened to me and I usually only have 1 wired or other type. @@ -262,5 +262,4 @@ systemctl disable systemd-networkd.socket systemd-networkd networkd-dispatcher s systemctl mask systemd-networkd.socket systemd-networkd networkd-dispatcher systemd-networkd-wait-online EOF - -## end network setup +##### end network setup #####