make "shutdown" work
create a package for the s6-compatible shutdown/halt/poweroff commands and put it on the path ahead of busybox
This commit is contained in:
@@ -8,6 +8,8 @@ final: prev: {
|
||||
};
|
||||
writeAshScript = final.callPackage ./pkgs/write-ash-script {};
|
||||
|
||||
s6-init-bin = final.callPackage ./pkgs/s6-init-bin {};
|
||||
|
||||
pppoe = prev.rpPPPoE.overrideAttrs (o: {
|
||||
# use newer rp-pppoe, it builds cleanly
|
||||
src = final.fetchFromGitHub {
|
||||
|
Reference in New Issue
Block a user