Override the hostname provided by the DHCP server (Closes: #7769).
[tails-test.git] / config / chroot_local-hooks / 04-nolvm
blob4ef2fdc2656d099e1f115f4cc0b31ce48138233e
1 #!/bin/sh
3 set -e
5 echo "Disabling scanning of LVM devices at boot time"
7 # scanning for lvm devives takes time on boot
8 find /etc/rcS.d -name "S*lvm2" | xargs rm -f