[SCM] Debian Live manual branch, master, updated. 128466af782ee99e34e42840c9d73806863a3676

Daniel Baumann daniel at debian.org
Wed Nov 26 19:26:49 UTC 2008


The following commit has been merged in the master branch:
commit 128466af782ee99e34e42840c9d73806863a3676
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Nov 26 20:26:44 2008 +0100

    Reverting previous mkfs call change hidden in the dd call cleanup.

diff --git a/xml/chapters/live-environment.xml b/xml/chapters/live-environment.xml
index e25a9c0..f91416b 100644
--- a/xml/chapters/live-environment.xml
+++ b/xml/chapters/live-environment.xml
@@ -78,7 +78,7 @@ To make the console keyboard use a swedish layout use
 
 <screen>
 $ dd if=/dev/zero of=live-rw bs=1 count=1 seek=1G # for a 1G + 1 byte image file
-$ /sbin/mkfs -t ext2 -F live-rw
+$ mkfs.ext2 -F live-rw
 </screen>
 
 <para>Then copy the <command>live-rw</command> file in a writable partition and reboot with "persistent" boot parameter.</para>

-- 
Debian Live manual



More information about the debian-live-changes mailing list