mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-12-16 22:11:06 +01:00
init script bash
This commit is contained in:
parent
bc745f7dc1
commit
9405f0c18a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue