diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-01-17 12:23:05 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-01-17 12:23:05 -0600 |
commit | 4f6ebb22bad530c08bc27c13e8171bdd19dab8fd (patch) | |
tree | 08b7f51cbbf34587cf5f3f3269eb9c16eefffb00 /image | |
parent | 0dd09ef74f85d27cfbae3cb78449598c2351efca (diff) | |
download | horizon-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.
Diffstat (limited to 'image')
-rw-r--r-- | image/iso-share/post-ppc.sh | 2 | ||||
-rwxr-xr-x | image/iso-share/post-ppc64.sh | 2 |
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 |