Browse code

Appended photon.media=cdrom

Change-Id: Ic24e83145f8a701987cefb4f8b87f42e0c0aed3b
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/7757
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Vidya Vasudevan authored on 2019/08/12 17:00:37
Showing 1 changed files
... ...
@@ -155,8 +155,9 @@ Now add a new item to the installation menu by modifying `isolinux/menu.cfg`:
155 155
     cat >> isolinux/menu.cfg << EOF
156 156
     label my_unattended
157 157
     	menu label ^My Unattended Install
158
+    	menu default
158 159
     	kernel vmlinuz
159
-    	append initrd=initrd.img root=/dev/ram0 ks=cdrom:/isolinux/my_ks.cfg loglevel=3
160
+    	append initrd=initrd.img root=/dev/ram0 loglevel=3 photon.media=cdrom
160 161
     EOF
161 162
 
162 163
 Finally, rebuild the ISO so that it includes your kickstart config file: