diff options
author | Daniel Baumann <daniel@debian.org> | 2012-10-01 04:39:27 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-10-01 04:39:27 +0200 |
commit | c9def02d74172e49ab96fa4fc05e888eb8abc3dc (patch) | |
tree | 02bd7b691768ca8d96a459bc4afbe970b1e21247 /share/bootloaders/extlinux | |
parent | 803266d886df4228a1f7a585f5faf2c4baeff241 (diff) | |
download | vyos-live-build-c9def02d74172e49ab96fa4fc05e888eb8abc3dc.tar.gz vyos-live-build-c9def02d74172e49ab96fa4fc05e888eb8abc3dc.zip |
Using linux rather than kernel directive in syslinux configuration files.
Diffstat (limited to 'share/bootloaders/extlinux')
-rw-r--r-- | share/bootloaders/extlinux/live.cfg.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/bootloaders/extlinux/live.cfg.in b/share/bootloaders/extlinux/live.cfg.in index 8dca4d50d..798fc6137 100644 --- a/share/bootloaders/extlinux/live.cfg.in +++ b/share/bootloaders/extlinux/live.cfg.in @@ -1,13 +1,13 @@ label live-@FLAVOUR@ menu label ^Live (@FLAVOUR@) menu default - kernel @KERNEL@ + linux @KERNEL@ initrd @INITRD@ append @LB_BOOTAPPEND_LIVE@ label live-@FLAVOUR@-failsafe menu label ^Live (@FLAVOUR@ failsafe) menu default - kernel @KERNEL@ + linux @KERNEL@ initrd @INITRD@ append @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@ |