commit:     a42fa793b0f64e7ed311253f4500484181c07067
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 21:26:49 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 11 21:26:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=a42fa793

tools-hardened/desktop run-base.sh: Removes incorrect whitespace in 
setup_systemd sed

 tools-hardened/desktop/run-base.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools-hardened/desktop/run-base.sh 
b/tools-hardened/desktop/run-base.sh
index df33685..2275452 100755
--- a/tools-hardened/desktop/run-base.sh
+++ b/tools-hardened/desktop/run-base.sh
@@ -101,7 +101,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
+       sed -i -e 
's/#GRUB_CMDLINE_LINUX=""/GRUB_CMDLINE_LINUX="init=\/usr\/lib\/systemd\/systemd"/'
 "${ROOTFS}"/etc/default/grub
        chroot "${ROOTFS}"/ systemctl enable avahi-daemon.service
        chroot "${ROOTFS}"/ systemctl enable bluetooth.service
        chroot "${ROOTFS}"/ systemctl enable cups.service

Reply via email to