mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
fstab-generator: fix ordering of /sysroot/usr mount
According to bootup(7) and the behavior when /usr is specified in /etc/fstab, the /sysroot/usr mount should be before initrd-fs.target, not before initrd-root-fs.target.
This commit is contained in:
@@ -574,7 +574,7 @@ static int add_sysroot_usr_mount(void) {
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
SPECIAL_INITRD_ROOT_FS_TARGET,
|
||||
SPECIAL_INITRD_FS_TARGET,
|
||||
"/proc/cmdline");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user