diff options
author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:22:28 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:22:28 +0200 |
commit | 31ce2d1a14de6d8439829dc8a046aeaeef734461 (patch) | |
tree | caf52884a4410ef7d579f4eb63cf0a7a6001c413 /recipes-example/virt-example/files/pxe | |
download | meta-vt-31ce2d1a14de6d8439829dc8a046aeaeef734461.tar.gz |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-example/virt-example/files/pxe')
-rwxr-xr-x | recipes-example/virt-example/files/pxe/pxelinux.cfg/default | 10 |
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 @@ | |||
1 | SERIAL 0 115200 0xab3 | ||
2 | |||
3 | DEFAULT kvm-example | ||
4 | |||
5 | LABEL kvm-example | ||
6 | kernel bzImage | ||
7 | append console=ttyS0,115200n8 initrd=enea-image-kvm-example-guest.cpio.gz | ||
8 | |||
9 | PROMPT 1 | ||
10 | TIMEOUT 0 | ||