From b3e7c3d58b7221bde9455b0b95c1eb23c4d1ac66 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 11 May 2018 20:18:19 +0200 Subject: [PATCH] WUP --- post-debootstrap-installer.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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