# * Mount their target directory structure at /target
# * NOT mount /target/dev, /target/dev/shm, /target/dev/pts, /target/proc, and /target/sys
# * Manually create /target/etc/fstab after init_install has completed and before finish_install is called
# * Install cryptsetup/dmraid/mdadm/etc in target environment (using chroot) between init_install and finish_install
# * Manually create /target/etc/fstab after start_installation has completed and before finish_installation is called
# * Install cryptsetup/dmraid/mdadm/etc in target environment (using chroot) between start_installation and finish_installation
# * Make sure target is mounted using the same block device as is used in /target/etc/fstab (eg if you change the name of a dm-crypt device between now and /target/etc/fstab, update-initramfs will likely fail)