Meta-installer
This commit is contained in:
parent
1876ddeb71
commit
a3436268c8
10 changed files with 100 additions and 40 deletions
|
@ -103,5 +103,13 @@ sudo nixos-install --no-root-password --root "$mountpoint"
|
|||
# sudo cp -a ../dotfiles $mountpoint/home/geoffrey/.config/
|
||||
# sudo chown geoffrey:geoffrey $mountpoint/home/geoffrey -R
|
||||
|
||||
set +x
|
||||
|
||||
# Signal the installation is done!
|
||||
echo
|
||||
|
||||
echo "Manual post-installation instructions:"
|
||||
echo "- Boot into the system"
|
||||
echo "- Transfer necessary private keys (or use ssh -A for testing)"
|
||||
echo "- Run git-sync-init"
|
||||
echo "- Check that the system can build itself"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue