This commit is contained in:
simono41 2018-04-01 16:48:56 +02:00
parent 6c0ee575e9
commit 5a67091ecd

View file

@ -350,6 +350,28 @@ function installation {
usbkeyinstallation
fi
#sie könne hier ihre scripte die bei der installation ausgeführt werden sollen hinzufügen :D
}
function grubinstall() {
if [ "${verschluesselung}" == "y" ]; then
if [ "${boot}" == "grub" ]; then
tobootdevice=$(blkid -s PARTUUID -o value ${device}${rootpartitionnummer})
@ -378,24 +400,6 @@ function installation {
fi
fi
fi
#sie könne hier ihre scripte die bei der installation ausgeführt werden sollen hinzufügen :D
}
function btrfsformat() {
@ -972,6 +976,7 @@ then
echo "installation"
installation
fi
grubinstall
if [ "${version}" == "libre" ]; then
arch-chroot ${mountpoint} mkinitcpio -p linux-libre
@ -1001,6 +1006,7 @@ elif [ "${Partition}" == "bios" ]; then
echo "installation"
installation
fi
grubinstall
if [ "${version}" == "libre" ]; then
arch-chroot ${mountpoint} mkinitcpio -p linux-libre