828f465435
Fix sbin handling in hhl.script.mk
6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
#!/bin/execlineb -P
|
|
foreground {
|
|
if -n { test -d /run/tmpfiles.d } mkdir /run/tmpfiles.d
|
|
}
|
|
foreground { kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf }
|