RackunSec / Demon-Linux-Installer

😈 The Demon Linux Installer
https://demonlinux.com
26 stars 4 forks source link

sudo su -- password issue #1

Open EvilDonkey420 opened 5 years ago

EvilDonkey420 commented 5 years ago

the root password is not weaknet

RackunSec commented 5 years ago

Hello. Sorry to hear that you are having issues. This sounds like a problem happened with rsync during the installation process. I employ rsync to copy all of the files into the chrooted environment, including /etc from the live initramfs.

rsync -a / $WORKINGDIR --ignore-existing --exclude=/{lib/live,usr/lib/live,live,cdrom,mnt,proc,run,sys,media}

Can you paste your terminal output for me from the application? Are you certain that you had enough room on the virtual disk before running the installer?

Thank you. ~Douglas

EvilDonkey420 commented 5 years ago

ah i think I know whats wrong, gimme a few mins :P

RackunSec commented 5 years ago

No problem. Also, remember that sudo is different from su as sudo will require the user's password and su will require root's password.

RackunSec commented 4 years ago

Closing issue.