This commit is contained in:
teldra 2021-08-18 08:24:20 +02:00
parent 876829a11e
commit 6985e99e2a

View File

@ -1,6 +1,7 @@
if ! yesno "nun gehts los, sicher?" y; then if ! yesno "nun gehts los, sicher?" y; then
exit exit
fi fi
set +x
module start "disk" "Partition disk" module start "disk" "Partition disk"
sleep=2 sleep=2
@ -8,8 +9,6 @@ sleep=2
diskid="${cfg[diskid]//-/_}" diskid="${cfg[diskid]//-/_}"
index=1 index=1
echo $diskid
echo "Formatting disk" echo "Formatting disk"
if test -d /sys/firmware/efi; then if test -d /sys/firmware/efi; then
echo "UEFI Partition" echo "UEFI Partition"