fix
This commit is contained in:
parent
6c0ee575e9
commit
5a67091ecd
1 changed files with 34 additions and 28 deletions
42
arch-install
42
arch-install
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue