source:
live-build/trunk/fuentes/share/bootloaders/extlinux/live.cfg.in
Last change on this file was 900, checked in by , 4 years ago | |
---|---|
File size: 332 bytes |
Rev | Line | |
---|---|---|
[900] | 1 | label live-@FLAVOUR@ |
2 | menu label ^Live (@FLAVOUR@) | |
3 | menu default | |
4 | kernel @KERNEL@ | |
5 | append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ | |
6 | ||
7 | label live-@FLAVOUR@-failsafe | |
8 | menu label ^Live (@FLAVOUR@ failsafe) | |
9 | menu default | |
10 | kernel @KERNEL@ | |
11 | append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@ |
Note: See TracBrowser
for help on using the repository browser.