Преглед на файлове

coreos: add missing initrd= parameter

Without this parameter, boot fails with
“Failed to open 'baselayout.conf' : No such file of directory”
Michael Stapelberg преди 7 години
родител
ревизия
68e91f0f7b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/coreos.ipxe

+ 1 - 1
src/coreos.ipxe

@@ -27,7 +27,7 @@ goto coreos_exit
 :alpha
 :alpha
 set release ${menu}
 set release ${menu}
 set base-url http://${release}.release.core-os.net/amd64-usr/current
 set base-url http://${release}.release.core-os.net/amd64-usr/current
-kernel ${base-url}/coreos_production_pxe.vmlinuz ${coreos_params} ${console} coreos.autologin=tty1 coreos.autologin=ttyS0
+kernel ${base-url}/coreos_production_pxe.vmlinuz ${coreos_params} ${console} coreos.autologin=tty1 coreos.autologin=ttyS0 initrd=coreos_production_pxe_image.cpio.gz
 initrd ${base-url}/coreos_production_pxe_image.cpio.gz
 initrd ${base-url}/coreos_production_pxe_image.cpio.gz
 boot
 boot
 goto coreos_exit
 goto coreos_exit