diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index 20a8cbf..c69e420 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -16,12 +16,13 @@ apt-get -y install locales ### boot apt-get -y install mdadm cryptsetup btrfs-tools -# after cryptsetup, mdadm, ... because of update-initramfs -apt-get -y install linux-image-amd64 # replace rescue system hostname with real hostname mdadm --examine --scan | perl -pe 's/name\=.*?:/name='"$(cat /etc/hostname)"':/' > /etc/mdadm/mdadm.conf +# after cryptsetup, mdadm, ... because of update-initramfs +apt-get -y install linux-image-amd64 + DEBIAN_FRONTEND=noninteractive apt-get -y install grub-pc /grub.sh