~smoser/curtin:bug/1767979-support-tmpfs-mounts

Last commit made on 2018-05-17
Get this branch:
git clone -b bug/1767979-support-tmpfs-mounts https://git.launchpad.net/~smoser/curtin
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
bug/1767979-support-tmpfs-mounts
Repository:
lp:~smoser/curtin

Recent commits

3689a17... by Scott Moser

get test coverage to 100% of new lines.

8fb88ed... by Scott Moser

when calling mount_data from tests, do so possibly more obviously.

instead of
 block_meta.mount_data(mnt, scfg))
use
 block_meta.mount_data(scfg['m1'], scfg))

as 'mnt' was part of scfg which is the OrderedDict of mounts.

199f25c... by Scott Moser

Add docstrings to all the test cases.

5c2fea4... by Scott Moser

address review feedback from Ryan

541a532... by Scott Moser

swap entries do not have to have a path.

9e46635... by Scott Moser

fix fat32 and add unit test

fc2ad9b... by Scott Moser

add documentation

f7d3bce... by Scott Moser

add some vmtests to fsbattery

b14e065... by Scott Moser

add some mounts (ramfs, tmpfs, bind) to fsbattery.

df20728... by Scott Moser

Create source dir in bind mounts.