nixpkgs-suyu/test/boot-stage-1-init.sh
Eelco Dolstra ae4b6973bb * Oops.
svn path=/nixu/trunk/; revision=6930
2006-11-02 22:50:30 +00:00

15 lines
198 B
Bash

#! @shell@
# Print a greeting.
echo
echo "<<< NixOS Stage 1 >>>"
echo
# Set the PATH.
export PATH=/empty
for i in @path@; do
PATH=$PATH:$i/bin
done
# Start an interactive shell.
exec @shell@