init script bash

This commit is contained in:
Travis Staton 2024-03-18 22:02:20 -04:00
parent bc745f7dc1
commit 9405f0c18a

View file

@ -44,7 +44,7 @@
else ''
mkdir -p ./files/sbin
content="$(
echo "#!${config.system.build.toplevel.pkgs.bashInteractive}/bin/bash"
echo "#!${pkgs.bash}/bin/bash"
echo "exec ${config.system.build.toplevel}/init"
)"
echo "$content" > ./files/sbin/init