Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=f41fe14e38bd5f322f44c26c10833abaebddf37f
commit f41fe14e38bd5f322f44c26c10833abaebddf37f Author: DeX77 <[email protected]> Date: Tue Aug 30 11:34:28 2016 +0200 * enable GPM at boot diff --git a/bin/create-rootfs b/bin/create-rootfs index 881db99..ebedbd9 100755 --- a/bin/create-rootfs +++ b/bin/create-rootfs @@ -162,6 +162,9 @@ Password: fvbe fvbe EOF done +# Enable gpm at boot +ln -s $FVBE_ROOT/lib/systemd/system/gpm.service $FVBE_ROOT/lib/systemd/system/multi-user.target.wants/gpm.service + # Cache files or data from the ROOTFS that we'll use in the ISO. cp $FVBE_ROOT/boot/vmlinuz vmlinuz cp $FVBE_ROOT/boot/initrd initrd _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
