Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fvbe.git;a=commitdiff;h=4ed99c0f77a7fe013775dea9ab9f907013ea2173
commit 4ed99c0f77a7fe013775dea9ab9f907013ea2173 Author: James Buren <[email protected]> Date: Thu Mar 14 17:01:34 2013 -0500 create-iso: modify /etc/issue to reflect that is FVBE, not a regular host. diff --git a/bin/create-rootfs b/bin/create-rootfs index 3fba831..996692e 100755 --- a/bin/create-rootfs +++ b/bin/create-rootfs @@ -123,6 +123,9 @@ cat > $FVBE_ROOT/etc/machine-info << EOF PRETTY_HOSTNAME="$FVBE_ROOTFS_PRETTY_HOSTNAME" EOF +# System issue setup. +sed -i 's|Frugalware|Frugalware Versatile Bootable Environment|' $FVBE_ROOT/etc/issue{,.net} + # 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
