mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
nspawn: require /etc/os-release only for init
/etc/os-release is expected for the case for booting a full system, and need not be required for thin container execution.
This commit is contained in:
parent
d50cf59b94
commit
fcf90586a2
@ -1200,7 +1200,7 @@ int main(int argc, char *argv[]) {
|
||||
goto finish;
|
||||
}
|
||||
|
||||
if (path_is_os_tree(arg_directory) <= 0) {
|
||||
if (arg_boot && path_is_os_tree(arg_directory) <= 0) {
|
||||
log_error("Directory %s doesn't look like an OS root directory (/etc/os-release is missing). Refusing.", arg_directory);
|
||||
goto finish;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user