]> code.ossystems Code Review - openembedded-core.git/commit
wic: isoimage-isohybrid: debloat image of redundant rootfs
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>
Thu, 28 Jun 2018 13:58:33 +0000 (16:58 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jun 2018 22:33:55 +0000 (23:33 +0100)
commit4c784379524cb12807ef87a02ef1514ed45c1cc3
tree3dbb6aafc16e8fd17c9fe11785a38343c4e3405e
parent1608129692d92c239b5fb9244b649a32b9009254
wic: isoimage-isohybrid: debloat image of redundant rootfs

There's no reason to have that rootfs.img filesystem in the image:
it's not used for anything because both the EFI and legacy boot paths
use the /initrd which contains the same contents as the rootfs.img,
only compressed. It was probably forgotten in there :)

My iso went down from 224 to 94 mb.

Tested using UEFI/legacy boots on CD-roms, usb dongle and qemu VM's.

Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/canned-wks/mkhybridiso.wks
scripts/lib/wic/plugins/source/isoimage-isohybrid.py