1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 13:38:35 +00:00

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

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