summaryrefslogtreecommitdiff
path: root/image/iso-share/post-ppc.sh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-08-29 07:22:38 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-08-29 07:22:38 -0500
commit89b9bbdc96d48b9e1d4d6b6036dd504f42409561 (patch)
treeac089fa542cd07aa5fab9b708d88fe2ea64f6bd6 /image/iso-share/post-ppc.sh
parentde2b1368799c8b4c3ce15b6515ef2f1a2175a826 (diff)
downloadhorizon-89b9bbdc96d48b9e1d4d6b6036dd504f42409561.tar.gz
horizon-89b9bbdc96d48b9e1d4d6b6036dd504f42409561.tar.bz2
horizon-89b9bbdc96d48b9e1d4d6b6036dd504f42409561.tar.xz
horizon-89b9bbdc96d48b9e1d4d6b6036dd504f42409561.zip
image: Convert custom cdinit to Dracut
Diffstat (limited to 'image/iso-share/post-ppc.sh')
-rw-r--r--image/iso-share/post-ppc.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/image/iso-share/post-ppc.sh b/image/iso-share/post-ppc.sh
index 9623a50..e834d7b 100644
--- a/image/iso-share/post-ppc.sh
+++ b/image/iso-share/post-ppc.sh
@@ -3,7 +3,7 @@
mkdir -p cdroot/boot
cat >early.cfg <<'EARLYCFG'
-search.fs_label "Adelie ppc" root
+search.fs_label "Adelie-ppc" root
set prefix=($root)/boot
EARLYCFG
@@ -23,8 +23,8 @@ menuentry "Adelie Linux Live (PowerPC 32-bit)" --class linux --id adelie-live-cd
insmod part_apple
insmod iso9660
insmod linux
- search --label "Adelie ppc" --hint cd,apple2 --no-floppy --set
- linux ($root)/kernel-ppc squashroot=ppc.squashfs
+ search --label "Adelie-ppc" --hint cd,apple2 --no-floppy --set
+ linux ($root)/kernel-ppc root=live:LABEL=Adelie-ppc rd.live.dir=/ rd.live.squashimg=ppc.squashfs
initrd ($root)/initrd-ppc
}