File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ InitrdPath=/etc/group replace=yes
37
37
InitrdPath =/etc/passwd replace =yes
38
38
InitrdPath =/etc/shadow replace =yes
39
39
InitrdBuild =/etc/systemd/system/initrd-build.sh command =do_root_shell
40
- # InitrdBuild=/etc/systemd/system/initrd-build.sh command=do_secret_clean
40
+ InitrdBuild =/etc/systemd/system/initrd-build.sh command =do_secret_clean
41
41
42
42
# include ssh credentials
43
43
InitrdPath =/root/.ssh/authorized_keys source =/root/.ssh/authorized_keys mode =600
@@ -46,3 +46,6 @@ InitrdPath=/root/.ssh/authorized_keys source=/root/.ssh/authorized_keys mode=600
46
46
InitrdLink =/usr/bin/halt /usr/bin/systemctl
47
47
InitrdLink =/usr/bin/reboot /usr/bin/systemctl
48
48
InitrdLink =/usr/bin/shutdown /usr/bin/systemctl
49
+
50
+ # required by /etc/nsswitch.conf
51
+ InitrdBinary =/usr/lib/libnss_compat.so
You can’t perform that action at this time.
0 commit comments