소스 검색

Add EFI stub for RancherOS

Antony Messerli 7 년 전
부모
커밋
318b65a5c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/rancheros.ipxe

+ 1 - 1
src/rancheros.ipxe

@@ -18,7 +18,7 @@ goto boot
 :boot
 echo Login in with username: rancher, password: rancher
 echo To install: ros install -d /dev/sda1
-kernel http://${url}/${folder}/vmlinuz rancher.state.autoformat=[/dev/sda] rancher.password=rancher
+kernel http://${url}/${folder}/vmlinuz rancher.state.autoformat=[/dev/sda] rancher.password=rancher initrd=initrd
 initrd http://${url}/${folder}/initrd
 boot