2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-14 07:10:21 +00:00

Update create_img.rst

Fix type of install on this page
This commit is contained in:
Victor Hu
2016-08-17 15:02:47 -04:00
committed by GitHub
parent 2a4b574468
commit 13388737ac

View File

@@ -61,7 +61,7 @@ For ubuntu ppc64le, the initrd.gz shipped with the ISO does not support network
* Copy the netboot initrd.gz to osimage ::
mkdir -p /install/<ubuntu-version>/ppc64el/install/netboot
cp /tmp/iso/install/initrd.gz /install/<ubuntu-version>/ppc64el/installe/netboot
cp /tmp/iso/install/initrd.gz /install/<ubuntu-version>/ppc64el/install/netboot
**[Below tips maybe helpful for you]**