mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
Fix splashscreen on USB-Stick installer.
Remove extra option page. Add missing unattended.conf to USB-Stick.
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
TIMEOUT 5000
|
||||
DISPLAY boot.msg
|
||||
PROMPT 1
|
||||
F1 boot.msg
|
||||
F2 options.msg
|
||||
DEFAULT vmlinuz
|
||||
DEFAULT vmlinuz
|
||||
APPEND initrd=instroot vga=791 splash=silent ro
|
||||
LABEL novga
|
||||
KERNEL vmlinuz
|
||||
APPEND initrd=instroot ro
|
||||
LABEL unattended
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot vga=791 splash=silent unattended ro
|
||||
APPEND initrd=instroot vga=791 splash=silent unattended ro
|
||||
LABEL memtest
|
||||
KERNEL memtest
|
||||
APPEND -
|
||||
|
||||
Reference in New Issue
Block a user