From 74d51c8c3e18a8b6738aff0c6f7ff706fd70eaa6 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:57:02 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-example/virt-example/files/pxe/pxelinux.cfg/default | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 recipes-example/virt-example/files/pxe/pxelinux.cfg/default (limited to 'recipes-example/virt-example/files/pxe') 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 @@ +SERIAL 0 115200 0xab3 + +DEFAULT kvm-example + +LABEL kvm-example + kernel bzImage + append console=ttyS0,115200n8 initrd=enea-image-kvm-example-guest.cpio.gz + +PROMPT 1 +TIMEOUT 0 -- cgit v1.2.3-54-g00ecf