Fixed issue with missing /boot/efi directory
This commit is contained in:
parent
fd9744bb8d
commit
9a2a3ff3f2
1 changed files with 1 additions and 1 deletions
|
@ -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."))
|
||||||
|
|
Loading…
Add table
Reference in a new issue