From ae458c675484d5fec66d20976c95f71303383f35 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 27 Sep 2023 20:37:27 +0000 Subject: [PATCH] Remove 'default' and instead write 'bird' --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4df2686..ba2d6d0 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ be overridden with the `--force` flag. And when the lab is finished, it's common shut down the VMs and destroy the clones. ``` -lab:~/src/lab$ ./generate --host hvn0.lab.ipng.ch --overlay default +lab:~/src/lab$ ./generate --host hvn0.lab.ipng.ch --overlay bird lab:~/src/lab$ LAB=0 ./destroy ## remove VMs and ZFS clones lab:~/src/lab$ LAB=0 ./create ## create ZFS 'pristine' snapshot lab:~/src/lab$ LAB=0 ./virshall start ## Start the VMs @@ -103,8 +103,8 @@ any per-node files (if they exist) from the overlays/$(overlay)/hostname/$(node. control of the filesystem's ultimate contents. ``` -lab:~/src/lab$ ./generate --host hvn0.lab.ipng.ch --overlay default -lab:~/src/lab$ git status build/default/hvn0.lab.ipng.ch/ +lab:~/src/lab$ ./generate --host hvn0.lab.ipng.ch --overlay bird +lab:~/src/lab$ git status build/bird/hvn0.lab.ipng.ch/ ``` ### Destroy