mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
21 lines
704 B
Text
21 lines
704 B
Text
# This file was created by bootstrap-vz.
|
|
# See https://github.com/andsens/bootstrap-vz/blob/master/LICENSE for
|
|
# legal notices and disclaimers.
|
|
|
|
default l0
|
|
prompt 1
|
|
timeout 50
|
|
|
|
|
|
label l0
|
|
menu label Debian GNU/Linux, kernel {kernel_version}
|
|
linux {boot_prefix}/vmlinuz-{kernel_version}
|
|
append initrd={boot_prefix}/initrd.img-{kernel_version} root=UUID={root_uuid} ro quiet console=ttyS0
|
|
|
|
label l0r
|
|
menu label Debian GNU/Linux, kernel {kernel_version} (recovery mode)
|
|
linux {boot_prefix}/vmlinuz-{kernel_version}
|
|
append initrd={boot_prefix}/initrd.img-{kernel_version} root=UUID={root_uuid} ro console=ttyS0 single
|
|
text help
|
|
This option boots the system into recovery mode (single-user)
|
|
endtext
|