nicholasjackson / bakery

Simple tool to backup and restore ChromeOS Crostini containers
MIT License
20 stars 3 forks source link

wish: clarify how to get the bakery binary into /mnt/stateful/lxd_conf #3

Open markstos opened 4 years ago

markstos commented 4 years ago

This type of command work from inside the termina VM: (Not the penguin container)

curl -L https://github.com/nicholasjackson/bakery/releases/download/v0.1.2/bakery_0.1.2_Linux_amd64.tar.gz | tar -C /mnt/stateful/lxd_conf -xvz  bakery
markstos commented 4 years ago

More feedback on the docs. This command resulted in an error for me when the Termina was shut down:

  Start a new session vsh termina

Instead, from Crosh I used vmc start termina and that dropped into a chronos@localhost shell instead in the Termina VM.