Creating An Image (Up-Board)
Creating An Image (Up-Board)
If youve followed all of the steps that are written down on the clonezilla website
tot he letter you will now have a cloned image of your UP-board thats saved on
the second USB-drive. This is the image you will use later on for any new up-
boards or back-up purposes.
So make sure you put this somewhere SAFE.
2.2 (Temporarily) removing the root password
To remove the root password you will need to login as an Administrator on the
linux installation. Afterwards you have to enter the root account by entering the
following command:
sudo su
This command will tell you to enter the root password so make sure you do this.
After that you have to type the following command:
Sudo visudo
What this does is open a text-file which specifies all of the sudo-users. In here
you will find a couple of text lines in which you have to change the following line
in order to remove the root password:
#Allow members of group sudo to execute any command
#sudo ALL=(ALL:ALL) ALL
Change this line to this:
#Allow members of group sudo to execute any command
#sudo ALL=(ALL:ALL) NOPASSWD: ALL
Now save this file by pressing CTRL+O and then close it by pressing CTRL+X.
With these steps the root password should not be asked anymore when trying to
become root.
To change this back to the original state you simply have to remove the text
NOPASSWD: out of the file, save it and exit.