Handle systems without / merged in /usr

debootstrap's change that enabled this feature got reverted
and now our live-config scripts are no longer used. Make sure
to put them back at the correct place when needed.
debian-cd
Raphaël Hertzog 8 years ago
parent 5a7a8631c0
commit 9137e1d3ba

@ -1,5 +1,10 @@
#!/bin/sh
# Handle systems where /lib is not merged in /usr/lib
if [ ! -h /lib ]; then
mv /usr/lib/live/config/* /lib/live/config/
fi
# Manually enabling pulseaudio for root since autospawning does
# not work for root
# See https://bugs.kali.org/view.php?id=2392

Loading…
Cancel
Save