Links Akhilesh Moghe James Gibbard How to populate dev systemd-nspawn Using chroot Building ./install.sh ./inspect Get root shell in initrd from installation media If ./run aborts and does not give you a root shell: In rootfs/usr/lib/dracut-lib.sh, modify die function to look like this: die() { emergency_shell exit 1 }