2 Commits 3b79b1ecfb ... 575aed9739

Author SHA1 Message Date
  Toastie 575aed9739 added 5s sleep as the filesystem was not ready 1 month ago
  Toastie b3c66dc79d added chapter on missing firmware, regulatory.db 1 month ago
2 changed files with 8 additions and 1 deletions
  1. 6 1
      README.md
  2. 2 0
      startup.sh

+ 6 - 1
README.md

@@ -42,4 +42,9 @@ qemu-nbd -d /dev/nbd0       # release device
   - a gpt partion table
   - a 310 MB partition for efi
   - a 50 GB partition for the operation system
-  - a partition with the remaining disk space for a luks container
+  - a partition with the remaining disk space for a luks containerapt install wireless-regdb
+
+#### Missing Firmware
+When the kernel reports missing
+- firmware, run `apt install firmware-linux`
+- regulatory.db, run `apt install wireless-regdb`

+ 2 - 0
startup.sh

@@ -22,6 +22,8 @@ mount --verbose --bind /srv/data/guests/etc/libvirt  /etc/libvirt
 # so our KVM containers on br0 have access to the network
 iptables -v -A FORWARD -i br0 -o br0 -j ACCEPT
 
+sleep 5 # wait a bit to make sure the data volume is ready
+
 # 4. Start libvirt and docker 
 
 # Those services should have been disabled