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