tools-hardened/desktop run-base.sh: Removes device-mapper from rc services
This commit is contained in:
parent
a032cfb94d
commit
e2e80483e0
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ build_kernel() {
|
|||
setup_initrc() {
|
||||
ln -sf net.lo "${ROOTFS}"/etc/init.d/net.eth0
|
||||
chroot "${ROOTFS}"/ rc-update add acpid boot
|
||||
chroot "${ROOTFS}"/ rc-update add device-mapper boot
|
||||
chroot "${ROOTFS}"/ rc-update add lvm boot
|
||||
chroot "${ROOTFS}"/ rc-update add udev sysinit
|
||||
chroot "${ROOTFS}"/ rc-update add cronie default
|
||||
|
|
Loading…
Add table
Reference in a new issue