poky/scripts/lib/wic
Ed Bartosh ae4ee4d511 wic: add /boot mount point to fstab by default
wic avoided adding /boot to fstab for no reason.
This exception was hardcoded in the wic code.

There is no need for this as mountpoint in .wks file is an optional
field. It can be used only if user wants to have partitions
automatically mounted on system boot.

[YOCTO #11662]

(From OE-Core rev: 2376b05512ddb8c4ec3aaf1df11071f536a76bd9)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-07-30 08:46:19 +01:00
..
canned-wks qemux86-directdisk.wks: vda -> sda 2017-04-12 15:09:57 +01:00
plugins wic: add /boot mount point to fstab by default 2017-07-30 08:46:19 +01:00
__init__.py wic: move WicError to lib/wic/__init__.py 2017-03-04 23:18:17 +00:00
engine.py wic: flatten directory structure 2017-06-23 11:44:12 +01:00
filemap.py wic: code cleanup 2017-06-23 11:44:12 +01:00
help.py wic: add description of --mkfs-extraopts 2017-07-21 22:51:38 +01:00
ksparser.py wic: implement wks option --mkfs-extraopts 2017-07-21 22:51:38 +01:00
misc.py wic: get rid of using wic-tools 2017-07-17 14:01:37 +01:00
partition.py wic: implement wks option --mkfs-extraopts 2017-07-21 22:51:38 +01:00
pluginbase.py wic: code cleanup 2017-06-23 11:44:12 +01:00