[SCM] Debian Live manual branch, master, updated. b7e5257ac87c1dfbbd4d96e1074c4dc5d4b7ad4b

Daniel Baumann daniel at debian.org
Thu Nov 27 02:49:34 UTC 2008


The following commit has been merged in the master branch:
commit b7e5257ac87c1dfbbd4d96e1074c4dc5d4b7ad4b
Author: Marco Amadori <marco.amadori at gmail.com>
Date:   Wed Nov 26 20:51:21 2008 +0100

    persistence: changing the way mkfs is called.
    
    * This invoking mode does not need superuser permissions, thanks to
      Ivan Shmakov <oneingray at gmail.com> for pointing it out.

diff --git a/xml/chapters/live-environment.xml b/xml/chapters/live-environment.xml
index e3ab055..e6ee94e 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
-# mkfs.ext2 -F live-rw
+$ /sbin/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