]> code.ossystems Code Review - openembedded-core.git/commit
wic: get rid of get_rootfs and set_rootfs
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 14 Jan 2016 12:12:57 +0000 (14:12 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Jan 2016 11:32:19 +0000 (11:32 +0000)
commit51ec52a62ce49d1a1a83489379990f78cfe849f9
treedc9882920e2650f107122a407d4f367177e0b6a1
parent8088caeff5bf4ee9279b47a69c9f1e5537909601
wic: get rid of get_rootfs and set_rootfs

Got rid of get_rootfs and set_rootfs java-like getter and
setter. Renamed rootfs to rootfs_dir to be consistent with
the name of kickstart parameter --rootfs-dir.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/wic/imager/direct.py
scripts/lib/wic/plugins/source/isoimage-isohybrid.py
scripts/lib/wic/plugins/source/rootfs.py
scripts/lib/wic/plugins/source/rootfs_pcbios_ext.py