Modify structure for compatibility with live-build 5.x
And change sleep.chroot to wait for update-kali-menu to disappear.debian-cd
parent
2309fa05b0
commit
0c3b18b814
@ -0,0 +1 @@
|
||||
../accessibility-menu.binary
|
@ -0,0 +1 @@
|
||||
../forensic-menu.binary
|
@ -0,0 +1 @@
|
||||
../persistence-menu.binary
|
@ -0,0 +1 @@
|
||||
../sleep.chroot
|
@ -1,3 +1,7 @@
|
||||
#!/bin/bash
|
||||
# sleep for 30 between chroot and binary stages. Helps in WM's such as XFCE and LXDE.
|
||||
sleep 30
|
||||
|
||||
# Sleep until update-kali-menu disappeared
|
||||
while pgrep -f update-kali-menu >/dev/null; do
|
||||
echo "Sleeping 10 seconds as update-kali-menu is still running..."
|
||||
sleep 10
|
||||
done
|
||||
|
Loading…
Reference in New Issue