Created
November 2, 2014 09:38
-
-
Save jimleitch01/a567fe4ab28e01ff2177 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guestmount -a Fedora-x86_64-20-20140407-sda.qcow2 -m /dev/sda1 /mnt | |
cd /mnt/etc | |
vi shadow | |
{replace "root" line with a root passwd entry from a system where you know the root pw} | |
cd | |
umount /mnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment