summaryrefslogtreecommitdiff
path: root/assets/boot/extlinux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'assets/boot/extlinux.conf')
-rw-r--r--assets/boot/extlinux.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/boot/extlinux.conf b/assets/boot/extlinux.conf
new file mode 100644
index 0000000..c340924
--- /dev/null
+++ b/assets/boot/extlinux.conf
@@ -0,0 +1,5 @@
+default linux
+timeout 1
+label linux
+kernel {KERNEL}
+append initrd={RAMDISK} root=/dev/vda1 console=tty0 console=ttyS0,115200 ro quiet \ No newline at end of file