From: Michael Prokop Date: Tue, 30 Nov 2010 09:21:44 +0000 (+0100) Subject: docs: Document how to revert the manifold feature. X-Git-Tag: v0.12.0~11 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=c12baa8e892042ecb5bf81ec921edc5fe53c72cf docs: Document how to revert the manifold feature. --- diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 25752b8..3d94ea1 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -1031,6 +1031,21 @@ Configure approx: Don't forget to restart approx (/etc/init.d/approx restart). That's it. All downloaded files will be cached in /var/cache/approx now. +[[revert_manifold]] +How do I revert the manifold feature from an ISO? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The so called manifold feature Grml ISOs use by default allows to use the same +ISO for CD boot and USB boot. If you notice any problems when booting just +revert the manifold feature running: + + % dd if=/dev/zero of=grml.iso bs=512 count=1 conv=notrunc + +To switch from manifold to isohybrid mode (an alternative approach provided by +syslinux) then just execute: + + % isohybrid grml.iso + [[question]] I've a question which isn't answered by this document ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~