mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
installer: Make kernel silent at boot time.
This commit is contained in:
@@ -2,13 +2,13 @@ TIMEOUT 5000
|
||||
DISPLAY boot.msg
|
||||
PROMPT 1
|
||||
DEFAULT vmlinuz
|
||||
APPEND initrd=instroot vga=791 splash=silent ro
|
||||
APPEND initrd=instroot vga=791 quiet rhgb ro
|
||||
LABEL novga
|
||||
KERNEL vmlinuz
|
||||
APPEND initrd=instroot ro
|
||||
APPEND initrd=instroot quiet rhgb ro
|
||||
LABEL unattended
|
||||
KERNEL vmlinuz
|
||||
APPEND initrd=instroot vga=791 splash=silent unattended ro
|
||||
APPEND initrd=instroot vga=791 quiet rhgb unattended ro
|
||||
LABEL memtest
|
||||
KERNEL memtest
|
||||
APPEND -
|
||||
|
||||
Reference in New Issue
Block a user