From c12baa8e892042ecb5bf81ec921edc5fe53c72cf Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 30 Nov 2010 10:21:44 +0100 Subject: [PATCH] docs: Document how to revert the manifold feature. --- docs/grml-live.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.1.4