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.
16 lines
342 B
SYSTEMD
16 lines
342 B
SYSTEMD
# Automatically generated by systemd-fstab-generator
|
|
|
|
[Unit]
|
|
Documentation=man:fstab(5) man:systemd-fstab-generator(8)
|
|
SourcePath=/proc/cmdline
|
|
Before=initrd-root-fs.target
|
|
After=imports.target
|
|
Requires=systemd-fsck-root.service
|
|
After=systemd-fsck-root.service
|
|
After=blockdev@dev-sdx1.target
|
|
|
|
[Mount]
|
|
What=/dev/sdx1
|
|
Where=/sysroot
|
|
Options=ro
|