summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-01-17 12:23:05 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-01-17 12:23:05 -0600
commit4f6ebb22bad530c08bc27c13e8171bdd19dab8fd (patch)
tree08b7f51cbbf34587cf5f3f3269eb9c16eefffb00
parent0dd09ef74f85d27cfbae3cb78449598c2351efca (diff)
downloadhorizon-4f6ebb22bad530c08bc27c13e8171bdd19dab8fd.tar.gz
horizon-4f6ebb22bad530c08bc27c13e8171bdd19dab8fd.tar.bz2
horizon-4f6ebb22bad530c08bc27c13e8171bdd19dab8fd.tar.xz
horizon-4f6ebb22bad530c08bc27c13e8171bdd19dab8fd.zip
image: PPC ISO: Create /ppc/chrp directory
Required to boot in LPAR, otherwise receive message from SMS that no operating system is installed.
-rw-r--r--image/iso-share/post-ppc.sh2
-rwxr-xr-ximage/iso-share/post-ppc64.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/image/iso-share/post-ppc.sh b/image/iso-share/post-ppc.sh
index 61aaca8..c1ccef1 100644
--- a/image/iso-share/post-ppc.sh
+++ b/image/iso-share/post-ppc.sh
@@ -113,5 +113,5 @@ OFBOOT
cp cdroot/boot/ofboot.b cdroot/boot/bootinfo.txt
# CHRP
-mkdir -p cdroot/ppc
+mkdir -p cdroot/ppc/chrp
cp cdroot/boot/bootinfo.txt cdroot/ppc/bootinfo.txt
diff --git a/image/iso-share/post-ppc64.sh b/image/iso-share/post-ppc64.sh
index 66e593a..e3b2e3c 100755
--- a/image/iso-share/post-ppc64.sh
+++ b/image/iso-share/post-ppc64.sh
@@ -115,5 +115,5 @@ OFBOOT
cp cdroot/boot/ofboot.b cdroot/boot/bootinfo.txt
# CHRP
-mkdir -p cdroot/ppc
+mkdir -p cdroot/ppc/chrp
cp cdroot/boot/bootinfo.txt cdroot/ppc/bootinfo.txt