Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 1 | # Use systemd for system initialization |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 2 | DISTRO_FEATURES:append = " systemd usrmerge" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 3 | DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " sysvinit" |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 4 | VIRTUAL-RUNTIME_init_manager ??= "systemd" |
| 5 | VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units" |
| 6 | VIRTUAL-RUNTIME_login_manager ??= "shadow-base" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 7 | VIRTUAL-RUNTIME_dev_manager ??= "systemd" |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 8 | # systemd hardcodes /root in its source codes, other values are not offically supported |
| 9 | ROOT_HOME ?= "/root" |