diff options
-rw-r--r-- | post-ppc.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/post-ppc.sh b/post-ppc.sh index 2b6480a..2c4fe64 100644 --- a/post-ppc.sh +++ b/post-ppc.sh @@ -11,3 +11,7 @@ cp AdelieTux.icns 'cdroot-ppc/Icon
' cp ppc/grub.cfg cdroot-ppc/boot/grub.cfg cp ppc/ofboot.b cdroot-ppc/boot/ofboot.b cp cdroot-ppc/boot/ofboot.b cdroot-ppc/boot/bootinfo.txt + +# CHRP +mkdir -p cdroot-ppc/ppc +cp cdroot-ppc/boot/bootinfo.txt cdroot-ppc/ppc/bootinfo.txt |