commit: 88d07e784c5236b3d26b88d8feb84b62afc07454
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 22:02:25 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 22:02:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=88d07e78
tools-hardened/desktop: run-base.sh - Adds bluetooth to openRC init services
tools-hardened/desktop/run-base.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tools-hardened/desktop/run-base.sh
b/tools-hardened/desktop/run-base.sh
index 1d16995..847d8d5 100755
--- a/tools-hardened/desktop/run-base.sh
+++ b/tools-hardened/desktop/run-base.sh
@@ -85,7 +85,8 @@ 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 atd boot
+ chroot "${ROOTFS}"/ rc-update add atd boot
+ chroot "${ROOTFS}"/ rc-update add bluetooth default
chroot "${ROOTFS}"/ rc-update add lvm boot
chroot "${ROOTFS}"/ rc-update add udev sysinit
chroot "${ROOTFS}"/ rc-update add cronie default
@@ -103,7 +104,7 @@ setup_initrc() {
setup_systemd() {
ln -sf /proc/self/mounts /etc/mtab
sed -i -e
's/#GRUB_CMDLINE_LINUX=""/GRUB_CMDLINE_LINUX="init=\/usr\/lib\/systemd\/systemd"/'
"${ROOTFS}"/etc/default/grub
- chroot "${ROOTFS}"/ systemctl enable atd.service
+ chroot "${ROOTFS}"/ systemctl enable atd.service
chroot "${ROOTFS}"/ systemctl enable dhcpcd.service
chroot "${ROOTFS}"/ systemctl enable cronie.service
chroot "${ROOTFS}"/ systemctl enable metalog.service