mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
added unattended option to isolinux
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- To test the memory in your system type: 04memtest <ENTER>07.
|
||||
|
||||
|
||||
- To install in unattended mode, type: unattended <ENTER>.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -11,6 +11,9 @@ LABEL novga
|
||||
LABEL dma
|
||||
KERNEL vmlinuz
|
||||
APPEND initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent ro
|
||||
LABEL unattended
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent unattended ro
|
||||
LABEL memtest
|
||||
KERNEL memtest
|
||||
APPEND -
|
||||
|
||||
Reference in New Issue
Block a user