ソースを参照

tweaks for boot options from actual live cd

thelamer 5 年 前
コミット
356937c85b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      roles/netbootxyz/templates/menu/live-bluestar.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/live-bluestar.ipxe.j2

@@ -27,7 +27,7 @@ goto boot
 
 
 :boot
 :boot
 imgfree
 imgfree
-kernel ${url}vmlinuz archisobasedir=arch ip=dhcp archiso_http_srv=${url} initrd=initrd
+kernel ${url}vmlinuz archisobasedir=arch ip=dhcp archiso_http_srv=${url} cow_spacesize=30% cow_label=BSLX_PERSIST ipv6.disable=1 disablehooks=v86d,915resolution,gma3600 modprobe.blacklist=uvesafb console=tty1 initrd=initrd
 initrd ${url}initrd
 initrd ${url}initrd
 boot
 boot