Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=44a7c588beb3aafc8097b314a3a117436ab6aa06
commit 44a7c588beb3aafc8097b314a3a117436ab6aa06 Author: DeX77 <[email protected]> Date: Tue Aug 30 11:34:20 2016 +0200 - not available on genesis (yet) but will work without diff --git a/bin/create-rootfs b/bin/create-rootfs index 0fafc45..881db99 100755 --- a/bin/create-rootfs +++ b/bin/create-rootfs @@ -142,13 +142,6 @@ echo "root:$(openssl passwd -1 fvbe):17014:0:::::" >> $FVBE_ROOT/etc/shadow echo "guest:$(openssl passwd -1 fvbe):17014:0:99999:7:::" >> $FVBE_ROOT/etc/shadow echo "guest:x:1006:100:Guest user:/home/guest:/bin/bash" >> $FVBE_ROOT/etc/passwd -# Create needed users -systemd-sysusers --root $FVBE_ROOT - -# Create System ID -systemd-machine-id-setup --root $FVBE_ROOT --commit - - # System hostname setup. cat > $FVBE_ROOT/etc/hostname << EOF $FVBE_ROOTFS_HOSTNAME _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
