This commit is contained in:
teldra 2021-05-12 10:26:24 +02:00
parent e0513884c5
commit 233263ba99
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ if ! yesno "nun gehts los, sicher?" y; then
fi
module start "disk" "Partition disk"
sleep=3
sleep=2
diskid="${cfg[diskid]//-/_}"
index=1

View File

@ -8,6 +8,7 @@ DESTDIR=
vmkdir() {
mkdir -p /"$1"
chmod 0755 /"$1"
}
vinstall() {