We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
syslinux/*
1 parent 263861d commit d22e18dCopy full SHA for d22e18d
2 files changed
syslinux/syslinux.cfg
@@ -0,0 +1,16 @@
1
+display syslinux.msg
2
+default lambda-linux-vbox
3
+label lambda-linux-vbox
4
+ kernel /boot/vmlinuz64
5
+ initrd /boot/initrd.img
6
+ append root=CDLABEL=lambda-linux-vX.Y.Z console=tty0 selinux=0 fastboot LANG=en_US.UTF-8 KEYTABLE=us liveimg lambda_liveimg
7
+
8
+# see http://www.syslinux.org/wiki/index.php/SYSLINUX
9
10
+implicit 0
11
12
+prompt 1
13
14
+timeout 1
15
16
+F1 syslinux.msg
syslinux/syslinux.msg
@@ -0,0 +1,3 @@
+Lambda Linux Bootloader Stage
0 commit comments