[Debian-live-changes] r1548 - in dists/trunk/live-initramfs: docs manpages scripts scripts/live-bottom

daniel at alioth.debian.org daniel at alioth.debian.org
Fri May 18 11:23:15 UTC 2007


Author: daniel
Date: 2007-05-18 11:23:15 +0000 (Fri, 18 May 2007)
New Revision: 1548

Modified:
   dists/trunk/live-initramfs/docs/ChangeLog
   dists/trunk/live-initramfs/manpages/live-initramfs.en.7
   dists/trunk/live-initramfs/scripts/live
   dists/trunk/live-initramfs/scripts/live-bottom/13swap
Log:


Modified: dists/trunk/live-initramfs/docs/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/docs/ChangeLog	2007-05-18 11:12:39 UTC (rev 1547)
+++ dists/trunk/live-initramfs/docs/ChangeLog	2007-05-18 11:23:15 UTC (rev 1548)
@@ -2,6 +2,8 @@
 
 	* scripts/live, scripts/live-bottom/05mountpoints:
 	  - Replaced 'mount -o move' with 'mount --move'.
+	* scripts/live, scripts/live-bottom/13swap:
+	  - Renamed 'swapoff' parameter to 'noswap'.
 
 2007-06-12  Daniel Baumann  <daniel at debian.org>
 

Modified: dists/trunk/live-initramfs/manpages/live-initramfs.en.7
===================================================================
--- dists/trunk/live-initramfs/manpages/live-initramfs.en.7	2007-05-18 11:12:39 UTC (rev 1547)
+++ dists/trunk/live-initramfs/manpages/live-initramfs.en.7	2007-05-18 11:23:15 UTC (rev 1548)
@@ -54,7 +54,7 @@
 This option causes live\-initramfs to reboot without attempting to eject the media and without asking the user to remove the boot media.
 .IP "\fBshowmounts\fR" 4
 This parameter will make live\-initramfs to show on "/" the ro filesystems (mostly compressed) on "/live". This is not enabled by default because could lead to problems by applications like "mono" which store binary paths on installation.
-.IP "\fBswapoff\fR" 4
+.IP "\fBnoswap\fR" 4
 This parameter disables usage of local swap partitions.
 .IP "\fBtodisk=\fR\fIDEVICE" 4
 Adding this parameter, live\-initramfs will try to copy the entire read\-only media to the specified device before mounting the root filesystem. It probably needs a lot of free space. Subsequent boots should then skip this step and just specify the "live\-media=DEVICE" boot parameter with the same DEVICE used this time.

Modified: dists/trunk/live-initramfs/scripts/live
===================================================================
--- dists/trunk/live-initramfs/scripts/live	2007-05-18 11:12:39 UTC (rev 1547)
+++ dists/trunk/live-initramfs/scripts/live	2007-05-18 11:23:15 UTC (rev 1548)
@@ -60,8 +60,8 @@
                 export TORAM="Yes" ;;
             todisk=*)
                 export TODISK=${x#todisk=} ;;
-	    swapoff)
-	        export SWAPOFF="Yes" ;;
+	    noswap)
+	        export NOSWAP="Yes" ;;
             showmounts)
                 export SHOWMOUNTS="Yes" ;;
             persistent)

Modified: dists/trunk/live-initramfs/scripts/live-bottom/13swap
===================================================================
--- dists/trunk/live-initramfs/scripts/live-bottom/13swap	2007-05-18 11:12:39 UTC (rev 1547)
+++ dists/trunk/live-initramfs/scripts/live-bottom/13swap	2007-05-18 11:23:15 UTC (rev 1548)
@@ -28,7 +28,7 @@
 
 FSTAB=/root/etc/fstab
 
-if [ -n "${SWAPOFF}" ]
+if [ -n "${NOSWAP}" ]
 then
     exit 0
 fi




More information about the Debian-live-changes mailing list