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

This commit is contained in:
Devan Franchini 2015-03-11 17:26:49 -04:00
parent 0a62f57f71
commit a42fa793b0

View file

@ -101,7 +101,7 @@ setup_initrc() {
setup_systemd() { setup_systemd() {
ln -sf /proc/self/mounts /etc/mtab 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 avahi-daemon.service
chroot "${ROOTFS}"/ systemctl enable bluetooth.service chroot "${ROOTFS}"/ systemctl enable bluetooth.service
chroot "${ROOTFS}"/ systemctl enable cups.service chroot "${ROOTFS}"/ systemctl enable cups.service