Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=5404b47fc6d7ac47796b3d5f1d583b91f05ef537

commit 5404b47fc6d7ac47796b3d5f1d583b91f05ef537
Author: crazy <[EMAIL PROTECTED]>
Date:   Tue Feb 12 19:23:24 2008 +0100

Some cosmetics, no functional changes

diff --git a/live-base/build b/live-base/build
index b8fa628..2aa0954 100644
--- a/live-base/build
+++ b/live-base/build
@@ -26,7 +26,7 @@ VMLINUZ=$ROOT/boot/vmlinuz-$KERNEL
#if [ -L "$VMLINUZ" ]; then VMLINUZ=`readlink -f $VMLINUZ`; fi
if [ "`ls $VMLINUZ 2>>$DEBUG`" = "" ]; then echo "cannot find $VMLINUZ"; exit 
1; fi

-header "Creating LiveCD from your Linux"
+header "Creating Frugalware LiveCD..."
echo "some debug information can be found in $DEBUG"

mkdir -p $CDDATA/$LIVECDNAME/{base,modules,optional,rootcopy,tools}
@@ -50,7 +50,7 @@ cd ..
cp initrd/initrd.gz $CDDATA/boot/initrd.gz
rm initrd/initrd.gz

-echo "creating compressed images..."
+echo "Creating compressed images..."

for dir in $MKMOD; do
if [ -d $ROOT/$dir ]; then
@@ -62,7 +62,7 @@ for dir in $MKMOD; do
done

cd $CDDATA/$LIVECDNAME
-echo "creating LiveCD ISO image..."
+echo "Creating LiveCD ISO image..."
sh make_iso.sh /tmp/livecd.iso

cd /tmp
diff --git a/live-base/initrd/cleanup b/live-base/initrd/cleanup
index f31f955..d033a2d 100644
--- a/live-base/initrd/cleanup
+++ b/live-base/initrd/cleanup
@@ -7,7 +7,7 @@
export PATH=.:/mnt/live:/usr/sbin:/usr/bin:/sbin:/bin
. liblinuxlive

-header "starting Linux Live shutdown procedures..."
+header "Starting Linux Live shutdown procedures..."

cd $INITRAMDISK
pivot_root . $UNION < dev/console > dev/console 2>&1
diff --git a/live-base/initrd/linuxrc b/live-base/initrd/linuxrc
index 6bf65e6..753f95e 100644
--- a/live-base/initrd/linuxrc
+++ b/live-base/initrd/linuxrc
@@ -191,7 +191,7 @@ if [ -x sbin/init ]; then INIT=sbin/init; fi
if [ "$INIT" = "" ]; then fatal "Can't find executable init command"; fi

# time to end Linux Live scripts and start the distribution itself
-header "Starting the Frugalware Linux distribution"
+header "Starting Frugalware Linux"

mount -n -o remount,ro aufs .
pivot_root . $INITRAMDISK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to