From 42c3273a33618457d31a8c22c9110b846f088e4e Mon Sep 17 00:00:00 2001 From: Catalin Iova Date: Thu, 13 May 2021 10:45:48 +0200 Subject: scripts: Rename wks file with new Enea Edge name Change-Id: Ia340aa58508bb3fd211a2a8ec715f43756424d8a Signed-off-by: Catalin Iova --- scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks | 5 +++++ scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 scripts/lib/wic/canned-wks/enea-edge-vnf-qemux86-64.wks delete mode 100644 scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks 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 @@ +# short-description: Create an MBR partition table with PCBIOS +# long-description: Create an MBR partition table with PCBIOS +part /boot --source bootimg-pcbios --label boot --active --part-type C12A7328-F81F-11D2-BA4B-00A0C93EC93B --use-uuid --align 1024 +part / --source rootfs --fstype=ext4 --label access --part-type 0FC63DAF-8483-4772-8E79-3D69D8477DE4 --use-uuid --align 1024 +bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 hugepagesz=2M hugepages=256 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet" 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 deleted file mode 100644 index 89c8e4d..0000000 --- a/scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks +++ /dev/null @@ -1,5 +0,0 @@ -# short-description: Create an MBR partition table with PCBIOS -# long-description: Create an MBR partition table with PCBIOS -part /boot --source bootimg-pcbios --label boot --active --part-type C12A7328-F81F-11D2-BA4B-00A0C93EC93B --use-uuid --align 1024 -part / --source rootfs --fstype=ext4 --label access --part-type 0FC63DAF-8483-4772-8E79-3D69D8477DE4 --use-uuid --align 1024 -bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 hugepagesz=2M hugepages=256 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet" -- cgit v1.2.3-54-g00ecf