repo.or.cz
/
tails-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Override the hostname provided by the DHCP server (Closes: #7769).
[tails-test.git]
/
config
/
chroot_local-hooks
/
04-nolvm
blob
4ef2fdc2656d099e1f115f4cc0b31ce48138233e
1
#!/bin/sh
2
3
set -e
4
5
echo
"Disabling scanning of LVM devices at boot time"
6
7
# scanning for lvm devives takes time on boot
8
find
/
etc
/
rcS.d
-name
"S*lvm2"
|
xargs rm
-f