From subsecret
Revision as of 13:20, 21 April 2013 by Steffen Mikkelsen (talk | contribs) (Created page with "As root do the following: mkdir /tools chmod a+r+w /tools We also need to create dynamic linker file so glibc can be installed without error mkdir /tools/etc mkdir /too...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

As root do the following:

mkdir /tools
chmod a+r+w /tools

We also need to create dynamic linker file so glibc can be installed without error

mkdir /tools/etc
mkdir /tools/lib
chmod a+r+w /tools/etc
chmod a+r+w /tools/lib
touch /tools/etc/ld.so.conf

After this, we dont need to use root account anymore for now