[SCM] live-manual branch, debian-next, updated. debian/3.0_a15-1-49-gd26f0ea

chals chals at altorricon.com
Thu Sep 13 21:07:25 UTC 2012


The following commit has been merged in the debian-next branch:
commit d26f0ea7308c7fff4cb8593081547e193c79021b
Author: chals <chals at altorricon.com>
Date:   Thu Sep 13 23:04:18 2012 +0200

    Fixing 'dd' code block for image files and slightly rewriting the example in a step by step approach.

diff --git a/manual/en/user_customization-runtime.ssi b/manual/en/user_customization-runtime.ssi
index 625628b..590bcdb 100644
--- a/manual/en/user_customization-runtime.ssi
+++ b/manual/en/user_customization-runtime.ssi
@@ -138,7 +138,7 @@ Here's an example of how to create an ext4-based image file to be used for persi
 
 code{
 
- $ dd if=/dev/null of=persistence bs=1G seek=1 # for a 1GB sized image file
+ $ dd if=/dev/null of=persistence bs=1 seek=1G # for a 1GB sized image file
  $ /sbin/mkfs.ext4 -F persistence
 
 }code
@@ -149,12 +149,19 @@ code{
 
  # cp persistence /
  # mount -t ext4 /persistence /mnt
+
+}code
+
+Then, create the #{live-persistence.conf}# file adding content and unmount the image file.
+
+code{
+
  # echo "/usr union" >> /mnt/live-persistence.conf
  # umount /mnt
 
 }code
 
-Reboot into your live media with the boot parameter "persistence".
+Now, reboot into your live media with the boot parameter "persistence".
 
 3~live-persistence-conf The live-persistence.conf file
 

-- 
live-manual



More information about the debian-live-changes mailing list