nixpkgs/installer/cd-dvd/remote-install-scripts/install-start.sh
Eelco Dolstra 21ee887b75 * Renamed `configuration' to something more descriptive.
svn path=/nixos/trunk/; revision=12822
2008-09-08 08:51:09 +00:00

13 lines
119 B
Bash
Executable file

#! /bin/sh
nohup bash -c 'NIX_REMOTE= ./install-script.sh &>/dev/tty11' &
sleep 1;
chvt 11 || true;
disown
exit