mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
1f7a8c8ae9
svn path=/nixu/trunk/; revision=785
14 lines
202 B
Bash
14 lines
202 B
Bash
#! @bash@/bin/sh -e
|
|
|
|
export PATH=@bash@/bin:@coreutils@/bin:@findutils@/bin
|
|
|
|
echo "--- Nix ---"
|
|
|
|
#echo "remounting root..."
|
|
|
|
echo "starting root shell..."
|
|
|
|
@bash@/bin/sh
|
|
|
|
echo "shutting down..."
|
|
exit 0
|