summaryrefslogtreecommitdiffstats
path: root/recipes-example/virt-example/files/pxe/pxelinux.cfg
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:54 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:19:54 +0200
commitc158582c0fc7f4bd73980fe9adad446855f4d61b (patch)
tree31b701a2367cb983e76e76cd7c2ba176ad33e5ac /recipes-example/virt-example/files/pxe/pxelinux.cfg
downloadmeta-vt-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-example/virt-example/files/pxe/pxelinux.cfg')
-rwxr-xr-xrecipes-example/virt-example/files/pxe/pxelinux.cfg/default10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-example/virt-example/files/pxe/pxelinux.cfg/default b/recipes-example/virt-example/files/pxe/pxelinux.cfg/default
new file mode 100755
index 0000000..753d6db
--- /dev/null
+++ b/recipes-example/virt-example/files/pxe/pxelinux.cfg/default
@@ -0,0 +1,10 @@
1SERIAL 0 115200 0xab3
2
3DEFAULT kvm-example
4
5LABEL kvm-example
6 kernel bzImage
7 append console=ttyS0,115200n8 initrd=enea-image-kvm-example-guest.cpio.gz
8
9PROMPT 1
10TIMEOUT 0