2
# running block-meta custom from the install environment
3
# inherits the CONFIG environment, so this works to actually prepare
4
# the disks exactly as in this config before the rest of the install
5
# will just blow it all away. We have clean out other environment
6
# that could unintentionally mess things up.
7
blockmeta: [env, -u, OUTPUT_FSTAB,
8
TARGET_MOUNT_POINT=/tmp/my.bdir/target,
9
WORKING_DIR=/tmp/my.bdir/work.d,
10
curtin, --showtrace, -v, block-meta, --umount, custom]