From 008ef42267aa9a675cc71b314babf2cc42243c7e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 18 Feb 2004 14:12:49 +0000 Subject: [PATCH] * init -> boot, to prevent confusion. svn path=/nixu/trunk/; revision=802 --- {init => boot}/builder.sh | 0 {init => boot}/default.nix | 0 {init => boot}/init.sh | 3 --- 3 files changed, 3 deletions(-) rename {init => boot}/builder.sh (100%) rename {init => boot}/default.nix (100%) rename {init => boot}/init.sh (89%) diff --git a/init/builder.sh b/boot/builder.sh similarity index 100% rename from init/builder.sh rename to boot/builder.sh diff --git a/init/default.nix b/boot/default.nix similarity index 100% rename from init/default.nix rename to boot/default.nix diff --git a/init/init.sh b/boot/init.sh similarity index 89% rename from init/init.sh rename to boot/init.sh index c5007b44f2d8..e34a516c6de4 100644 --- a/init/init.sh +++ b/boot/init.sh @@ -1,8 +1,5 @@ #! @bash@/bin/sh -e -trap "echo 'ignoring TERM signal'" SIGTERM -trap "echo 'ignoring INT signal'" SIGINT - export PATH=@nix@/bin:@bash@/bin:@coreutils@/bin:@findutils@/bin:@utillinux@/bin:@utillinux@/sbin:@sysvinit@/bin:@sysvinit@/sbin:@e2fsprogs@/bin:@e2fsprogs@/sbin echo "--- Nix ---"