summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks')
-rw-r--r--scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks b/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks
new file mode 100644
index 0000000..69cf902
--- /dev/null
+++ b/scripts/lib/wic/canned-wks/enea-nfv-access-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 --align 1024
4part / --source rootfs --use-uuid --fstype=ext4 --label access --align 1024
5bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 console=tty0 hugepagesz=2M hugepages=512 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet"