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

enable auto login for rancher and prune uneeded options

thelamer преди 5 години
родител
ревизия
cf9b53ddcc
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      roles/netbootxyz/templates/menu/rancheros.ipxe.j2

+ 1 - 3
roles/netbootxyz/templates/menu/rancheros.ipxe.j2

@@ -19,10 +19,8 @@ set folder ${rancheros_base_dir}
 goto boot
 
 :boot
-echo Login in with username: rancher, password: rancher
-echo To install: ros install -d /dev/sda1
 imgfree
-kernel ${url}/${folder}/vmlinuz rancher.state.autoformat=[/dev/sda] rancher.password=rancher initrd=initrd
+kernel ${url}/${folder}/vmlinuz rancher.autologin=tty initrd=initrd
 initrd ${url}/${folder}/initrd
 boot