[SCM] Debian Live manual branch, master, updated. 57f85279d2d68e670e3a9459d10b5b8bc0042128
Marco Amadori
marco.amadori at gmail.com
Wed Nov 26 19:43:19 UTC 2008
The following commit has been merged in the master branch:
commit 57f85279d2d68e670e3a9459d10b5b8bc0042128
Author: Marco Amadori <marco.amadori at gmail.com>
Date: Wed Nov 26 20:40:20 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 4013779..ea2e1b7 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 -t 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