diff options
author | Bryon Roche <kain@gentoo.org> | 2002-05-14 23:52:31 +0000 |
---|---|---|
committer | Bryon Roche <kain@gentoo.org> | 2002-05-14 23:52:31 +0000 |
commit | 863e431ba7ac543e6389d77f1f4fba05c426f591 (patch) | |
tree | 4773b52de14b073460bb46bc270cfa50c9362b39 /scripts/autobuildimgppc.sh | |
parent | Fixes #2714 and a few other minor details. (diff) | |
download | gentoo-2-863e431ba7ac543e6389d77f1f4fba05c426f591.tar.gz gentoo-2-863e431ba7ac543e6389d77f1f4fba05c426f591.tar.bz2 gentoo-2-863e431ba7ac543e6389d77f1f4fba05c426f591.zip |
we now create a /proc dir
Diffstat (limited to 'scripts/autobuildimgppc.sh')
-rw-r--r-- | scripts/autobuildimgppc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/autobuildimgppc.sh b/scripts/autobuildimgppc.sh index 1faf92dcefcf..0f1ed1fafe84 100644 --- a/scripts/autobuildimgppc.sh +++ b/scripts/autobuildimgppc.sh @@ -38,6 +38,8 @@ emerge portage || cleanup 1 emerge `cat /etc/make.profile/packages.build` || cleanup 1 rm -rf "${ROOT}/tmp" mkdir -p ${ROOT}/tmp +mkdir -p ${ROOT}/proc +chown root.root ${ROOT}/proc chown root.root ${ROOT}/tmp chmod 1777 ${ROOT}/tmp mv ${ROOT}/var/db/pkg ${ROOT}/var/db/pkg.build |