From 645624dc389520ccbcb0d911f3c446f6dffe9602 Mon Sep 17 00:00:00 2001 From: sin Date: Sun, 16 Feb 2014 17:47:00 +0000 Subject: [PATCH] Use set +h and reset umask in stage0 --- stage0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage0 b/stage0 index 15b3e68..9c405b5 100755 --- a/stage0 +++ b/stage0 @@ -3,6 +3,9 @@ # This is the stage0 script, it prepares a basic usable system # in $root. +set +h +umask 022 + . ./prepare-env if test "$(uname -m)" != "$arch"; then