Fixed issue with missing /boot/efi directory

This commit is contained in:
Chad Nelson 2023-11-25 12:04:38 -07:00
parent fd9744bb8d
commit 9a2a3ff3f2

View file

@ -141,7 +141,7 @@
(system "mv ~/.guix/home/guix-user.qcow2 ~/.guix/qemu/") (system "mv ~/.guix/home/guix-user.qcow2 ~/.guix/qemu/")
(start) (start)
(sleep 15) (sleep 15)
(system "ssh -o StrictHostKeyChecking=no -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 'sudo mkdir /Users'") (system "ssh -o StrictHostKeyChecking=no -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 'sudo mkdir /Users /boot/efi'")
(system "ssh -o StrictHostKeyChecking=no -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 'sudo shutdown'") (system "ssh -o StrictHostKeyChecking=no -i $HOME/.guix/ssh-cert/msg_rsa admin@127.0.0.1 -p 9001 'sudo shutdown'")
(display "\nMSG is ready to be started. Run 'msg machine start' to begin.\n")) (display "\nMSG is ready to be started. Run 'msg machine start' to begin.\n"))
(display "MSG already initialized. Please run `msg machine reinit` if you would like to recreate it.")) (display "MSG already initialized. Please run `msg machine reinit` if you would like to recreate it."))