mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
This is useful for bind mounting a freshly downloaded and unpacked tar disk images to /sysroot to mount into. Specifically, with a kernel command line like this one: rd.systemd.pull=verify=no,machine,tar:root:http://_gateway:8081/image.tar root=bind:/run/machines/root ip=any The first parameter downloads the root image, the second one then binds it to /sysroot so that we can boot into it.