Thu Sep 25, 2014 12:41 pm
Thu Sep 25, 2014 12:50 pm
Thu Sep 25, 2014 2:04 pm
How did you make the original system's root without password?
sudo passwd -d root
sudo nano / etc / pam.d / common-auth
Additional questions: Did you change etc/sudoers? If so, what changes did you make?
sudo visudo
jessie ALL=(ALL) NOPASSWD : ALL
... or the output of the command 'cat /proc/cmdline' from the running live system.
BOOT_IMAGE= / live / vmlinuz quiet initrd= / live / initrd.img boot=live ip=frommedia union=aufs
Thu Sep 25, 2014 2:21 pm
Thu Sep 25, 2014 2:41 pm
Thu Sep 25, 2014 4:05 pm
Why do you want both passwordless root and sudo? Wouldn't just one of those do what you need?
Thu Sep 25, 2014 6:44 pm
Tue Sep 30, 2014 12:18 pm
sudo cp / etc / pam.d / common-auth / etc / pam.d / common-auth.new
#! / bin / bash
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
passwd -d root
cp -f / etc / pam.d / common-auth.new / etc / pam.d / common-auth
exit 0
cp / home / $USER / .gconf / apps / gksu / %gconf.xml / home / $USER / .gconf / apps / gksu / %gconf.xml.new
#! / bin / bash
cp -f / home / $USER/ .gconf / apps / gksu / %gconf.xml.new / home / $USER / .gconf / apps / gksu / %gconf.xml
chmod +x .notifyoff.sh
sudo adduser your_user_name disk