mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
|
|
|
||
|
|
timeout 10
|
||
|
|
|
||
|
|
label linux
|
||
|
|
kernel /KERNEL
|
||
|
|
append boot=/dev/sda1 disk=/dev/sdb2 quiet
|
||
|
|
label text
|
||
|
|
kernel /KERNEL
|
||
|
|
append boot=/dev/sda1 disk=/dev/sdb2 quiet textmode
|
||
|
|
label debug
|
||
|
|
kernel /KERNEL
|
||
|
|
append boot=/dev/sda1 disk=/dev/sdb2 quiet textmode debugging
|