Created
May 9, 2017 18:40
-
-
Save comzeradd/4cfb80973c83c9771808c5884e30dbb5 to your computer and use it in GitHub Desktop.
fedora-arm headless
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
USER= # your user account | |
rm /run/media/$USER/__/etc/systemd/system/graphical.target.wants/initial-setup-graphical.service | |
rm /run/media/$USER/__/etc/systemd/system/multi-user.target.wants/initial-setup-text.service | |
mkdir /run/media/$USER/__/root/.ssh/ | |
cat /home/$USER/.ssh/id_rsa.pub >> /run/media/$USER/__/root/.ssh/authorized_keys | |
chmod -R u=rwX,o=,g= /run/media/$USER/__/root/.ssh/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once you boot and ssh you can run the initial setup script manually
/usr/libexec/run-initial-setup