diff options
author | Peter Bex <peter@more-magic.net> | 2016-02-14 19:16:04 +0100 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2016-02-21 00:40:40 +0100 |
commit | e0f806a2f44bc08ff8931f8e5dab09579850154d (patch) | |
tree | 774f1e676093937e7775de39f11f6a91afcdbb21 /assets/boot | |
download | vps-builder-e0f806a2f44bc08ff8931f8e5dab09579850154d.tar.gz |
First version of vps image builder.
Diffstat (limited to 'assets/boot')
-rw-r--r-- | assets/boot/extlinux.conf | 5 |
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 |