diff options
Diffstat (limited to 'post-ppc.sh')
-rw-r--r-- | post-ppc.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/post-ppc.sh b/post-ppc.sh new file mode 100644 index 0000000..33e7cbe --- /dev/null +++ b/post-ppc.sh @@ -0,0 +1,4 @@ +mkdir -p cdroot-ppc/boot +curl "https://distfiles.adelielinux.org/adelie/1.0-alpha/ppc/grubcore.img" > cdroot-ppc/boot/grubcore.img +curl "https://distfiles.adelielinux.org/adelie/1.0-alpha/ppc/ofboot.b" > cdroot-ppc/boot/ofboot.b +cp cdroot-ppc/boot/ofboot.b cdroot-ppc/boot/bootinfo.txt |