View Single Post
Posts: 309 | Thanked: 115 times | Joined on May 2010 @ Malaysia
#9
Originally Posted by Armand360 View Post
i'm trying to install Archlinux. i have downloaded the scripts (made by Juandp77) and placed it in /home/user. i placed the image in MyDocs. this is the following commands after being in root:

cd /home/user/archlinux
sudo chmod +x /home/user/archlinux/archlinux
sudo chmod +x /home/user/archlinux/chrootarch
sudo chmod +x /home/user/archlinux/startarch
./chrootarch

okay i typed "sudo gainroot", and then proceeded with the commands. after typing all 3 chmod commands (without sudo), it now says "user is not in sudoers file" after typing the "./chrootarch" command. am i doing something wrong, is there something that i didn't do?

oh thanks for asking Ayle.
try this

Code:
sudo gainroot
cd  /home/user/archlinux
chmod +x /home/user/archlinux/archlinux
chmod +x /home/user/archlinux/chrootarch
chmod +x /home/user/archlinux/startarch
./chrootarch
 

The Following User Says Thank You to one1002 For This Useful Post: