diff options
| author | Adrian Calianu <adrian.calianu@enea.com> | 2018-05-15 15:08:45 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-05-18 08:51:22 +0200 |
| commit | ed5783a862451d26e150ec493da21d868ea21e47 (patch) | |
| tree | c3a591a5945e324d51be738334bd366a7d4f84ca /scripts | |
| parent | 98d8b9dd39fbc2cd15518ceed2f3c1f3994a091d (diff) | |
| download | meta-el-nfv-access-ed5783a862451d26e150ec493da21d868ea21e47.tar.gz | |
enea-nfv-access-vnf: generate disk image
image-vm/qcow2 bbclass was removed from poky and replaced
with wic.qcow2. For this solution we need a customer wks file.
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/lib/wic/canned-wks/enea-nfv-access-vnf-qemux86-64.wks | 5 |
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 | ||
| 3 | part /boot --source bootimg-pcbios --label boot --active --align 1024 | ||
| 4 | part / --source rootfs --use-uuid --fstype=ext4 --label access --align 1024 | ||
| 5 | bootloader --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" | ||
