bootstrap-vz/bootstrapvz/common/assets/extlinux/extlinux.conf

22 lines
704 B
Text
Raw Normal View History

# This file was created by bootstrap-vz.
# See https://github.com/andsens/bootstrap-vz/blob/master/LICENSE for
# legal notices and disclaimers.
2015-01-17 12:29:33 +01:00
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
2015-01-17 12:29:33 +01:00
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
2015-01-17 12:29:33 +01:00
text help
This option boots the system into recovery mode (single-user)
endtext