[SCM] live-manual branch, debian-next, updated. debian/3.0_a13-1-28-g4b83ef0

chals chals at altorricon.com
Fri Jul 20 13:29:23 UTC 2012


The following commit has been merged in the debian-next branch:
commit 4b83ef0bb19d6047c721a3beffb1e44aca93b8ca
Author: chals <chals at altorricon.com>
Date:   Fri Jul 20 15:26:55 2012 +0200

    Prepending # sign to indicate that commands should be run as root following the convention of live-manual.

diff --git a/manual/en/user_customization-runtime.ssi b/manual/en/user_customization-runtime.ssi
index 15a4ecf..4ad5e2c 100644
--- a/manual/en/user_customization-runtime.ssi
+++ b/manual/en/user_customization-runtime.ssi
@@ -153,10 +153,10 @@ How custom overlay mounts are configured is described in full detail in the live
 
 code{
 
- $ mkfs.ext4 -L persistence /dev/sdb1
- $ mount -t ext4 /dev/sdb1 /mnt
- $ echo "/home" >> /mnt/live-persistence.conf
- $ echo "/var/cache/apt" >> /mnt/live-persistence.conf
+ # mkfs.ext4 -L persistence /dev/sdb1
+ # mount -t ext4 /dev/sdb1 /mnt
+ # echo "/home" >> /mnt/live-persistence.conf
+ # echo "/var/cache/apt" >> /mnt/live-persistence.conf
 
 }code
 

-- 
live-manual



More information about the debian-live-changes mailing list