Use set +h and reset umask in stage0

This commit is contained in:
sin 2014-02-16 17:47:00 +00:00
parent fb09e48abc
commit 645624dc38

3
stage0
View File

@ -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