Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=55d5c846a5051742581359fc37fdbfb82d3f80dd
commit 55d5c846a5051742581359fc37fdbfb82d3f80dd Author: crazy <[email protected]> Date: Sat May 27 17:36:30 2017 +0200 remove issue setup , user/pass need go to cala that's not valid anymore since we rsync and we have it on installed system.. notice about these things need go to cala diff --git a/bin/create-rootfs b/bin/create-rootfs index 7ea3fd5..ec860b7 100755 --- a/bin/create-rootfs +++ b/bin/create-rootfs @@ -139,15 +139,6 @@ cat > $FVBE_ROOT/etc/machine-info << EOF PRETTY_HOSTNAME="$FVBE_ROOTFS_PRETTY_HOSTNAME" EOF -# System issue setup. -for i in $FVBE_ROOT/etc/issue{,.net}; do - sed -i 's|Frugalware|Frugalware Versatile Bootable Environment|' $i - cat >> $i << EOF -Username: root guest -Password: fvbe fvbe - -EOF -done # Copy calamares configuration mkdir -p $FVBE_ROOT/etc/calamares _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
