mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Fix splashscreen on USB-Stick installer.
Remove extra option page. Add missing unattended.conf to USB-Stick.
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
splash.lss
|
||||
|
||||
|
||||
|
||||
- To install IPFire on your system, press the 04<ENTER>07 key.
|
||||
- To disable vga mode, type: 04novga <ENTER>07.
|
||||
- To test the memory in your system type: 04memtest <ENTER>07.
|
||||
|
||||
- Use the function keys listed below for more information.
|
||||
|
||||
0f[F1-Main] [F2-Options]07
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
00
|
||||
|
||||
|
||||
0fInstaller Boot Options07
|
||||
|
||||
- To disable vga mode, type: 04novga <ENTER>07.
|
||||
|
||||
- To test the memory in your system type: 04memtest <ENTER>07.
|
||||
|
||||
- To install in unattended mode, type: 04unattended <ENTER>07.
|
||||
|
||||
0f[F1-Main] [F2-Options]07
|
||||
@@ -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