summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks
diff options
context:
space:
mode:
authorCatalin Iova <Catalin.Iova@enea.com>2021-05-13 10:45:48 +0200
committerCatalin Iova <Catalin.Iova@enea.com>2021-05-13 10:47:07 +0200
commit42c3273a33618457d31a8c22c9110b846f088e4e (patch)
tree69551c75d892e40cf422eaad299b5fb4ed2a651a /scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks
parent8ebb8350582b45f776614f2158f4c08343e0bb8e (diff)
downloadmeta-el-nfv-access-42c3273a33618457d31a8c22c9110b846f088e4e.tar.gz
scripts: Rename wks file with new Enea Edge namefeature_CPDX-3570
Change-Id: Ia340aa58508bb3fd211a2a8ec715f43756424d8a Signed-off-by: Catalin Iova <Catalin.Iova@enea.com>
Diffstat (limited to 'scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks')
-rw-r--r--scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks b/scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks
new file mode 100644
index 0000000..89c8e4d
--- /dev/null
+++ b/scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks
@@ -0,0 +1,5 @@
1# short-description: Create an MBR partition table with PCBIOS
2# long-description: Create an MBR partition table with PCBIOS
3part /boot --source bootimg-pcbios --label boot --active --part-type C12A7328-F81F-11D2-BA4B-00A0C93EC93B --use-uuid --align 1024
4part / --source rootfs --fstype=ext4 --label access --part-type 0FC63DAF-8483-4772-8E79-3D69D8477DE4 --use-uuid --align 1024
5bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 hugepagesz=2M hugepages=256 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet"