File tree Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Expand file tree Collapse file tree 5 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ check() {
1717# Module dependency requirements.
1818depends () {
1919
20- # This module has external dependency on the systemd module.
21- echo systemd
22- # Return 0 to include the dependent systemd module in the initramfs.
20+ # Return 0 to include the dependent module(s) in the initramfs.
2321 return 0
2422
2523}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ check() {
1818depends () {
1919
2020 # This module has external dependency on the systemd module.
21- echo systemd systemd -journald systemd-sysctl
22- # Return 0 to include the dependent systemd module in the initramfs.
21+ echo systemd-journald systemd-sysctl
22+ # Return 0 to include the dependent module(s) in the initramfs.
2323 return 0
2424
2525}
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ check() {
1616# Module dependency requirements.
1717depends () {
1818
19- # This module has external dependency on the systemd module.
20- echo systemd
21- # Return 0 to include the dependent systemd module in the initramfs.
19+ # Return 0 to include the dependent module(s) in the initramfs.
2220 return 0
2321
2422}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ check() {
1717depends () {
1818
1919 # This module has external dependency on other module(s).
20- echo systemd systemd -modules-load
20+ echo systemd-modules-load
2121 # Return 0 to include the dependent module(s) in the initramfs.
2222 return 0
2323
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ check() {
1717# Module dependency requirements.
1818depends () {
1919
20- # This module has external dependency on the systemd module.
21- echo systemd
22- # Return 0 to include the dependent systemd module in the initramfs.
20+ # Return 0 to include the dependent module(s) in the initramfs.
2321 return 0
2422
2523}
You can’t perform that action at this time.
0 commit comments