summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-03-10 11:37:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-03-10 11:37:27 +0000
commit893c851d0be2775f772ee960b36b73c67bace3cc (patch)
tree7ab7f962c954d7a97bdf6d396cb2ef34c6aa619a /tools
parenteb0cdccc9a032281aee6b104f1ab322a95d392da (diff)
downloaddrakx-backup-do-not-use-893c851d0be2775f772ee960b36b73c67bace3cc.tar
drakx-backup-do-not-use-893c851d0be2775f772ee960b36b73c67bace3cc.tar.gz
drakx-backup-do-not-use-893c851d0be2775f772ee960b36b73c67bace3cc.tar.bz2
drakx-backup-do-not-use-893c851d0be2775f772ee960b36b73c67bace3cc.tar.xz
drakx-backup-do-not-use-893c851d0be2775f772ee960b36b73c67bace3cc.zip
document how mkcd must be patched
Diffstat (limited to 'tools')
-rw-r--r--tools/ppc/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/ppc/README b/tools/ppc/README
index fd1aaae03..b752395c2 100644
--- a/tools/ppc/README
+++ b/tools/ppc/README
@@ -37,3 +37,16 @@ booting. Consequently, I've included the binary for mkhybrid-1.12b5.4, which
does work.
+Addendum: 3/10/2005 Christiaan Welvaart <cjw@daneel.dyndns.org>
+-------------------------------------------------------------------------
+
+10.1 and 10.2 ppc isos were generated with mkcd, with the following options
+added to the mkisofs call:
+ -T --netatalk -hfs -probe -part -no-desktop \\
+ -hfs-volid "$config->{disc}[$i]->{label}" \\
+ -map /usr/share/mkcd/hfs_mapping \\
+ -magic /usr/share/mkcd/hfs_magic \\
+ -hide '*.MacOS' -hide '*.DOS' \\
+ -hide-joliet '*.Unix' -hide-joliet '*.MacOS' \\
+ -hide-hfs '*.Unix' -hide-hfs '*.DOS' \\
+ '-hfs-bless' $builddir/$i/boot \\