merge fai-kexec info live-kexec
[automated-distro-installer] / README
diff --git a/README b/README
index 5cc07de6778d64c7e98e372b674bcf2e0c2f22b7..5d3bc6ec071191b8708ef2262ecd2a2fc8b5ee6d 100644 (file)
--- a/README
+++ b/README
@@ -94,8 +94,8 @@ wrt-setup  # setup my router in general: dhcp, dns, etc.
 faiserver-revm # using pxe & preseed, create a vm which is a fai server
 dsfull # install & post-install a new fai distro
 arch-init-remote # install arch after it's been booted into it's setup env
-fai-kexec # Kexec this or a remote machine using host faiserver
-live-kexec # fai kexec from upstream live cds, e.g. curl live-kexec|bash
+live-kexec # Kexec this or a remote machine using host faiserver. also
+             useful to run as curl live-kexec|bash
 
 
 # Test scripts
@@ -116,7 +116,8 @@ fresize # resize swap or boot partitions in a host
 
 # Replacing a raid 10 disk
 
-
+# i expect better results with newer kernel and btrfs progs than the default stretch
+fai-server buster
 
 pxe-server -S HOST fai
 
@@ -129,7 +130,7 @@ export SPECIAL_DISK=/dev/REPLACEMENT_DEV
 
 
 ssh root@HOST
-for x in /target/*; do umount $x; done
+for x in /target/* /target; do umount $x; done
 cat >p
 PASSWORD HERE(ctrl-d ctrl-d)
 cd /dev/disk/by-id/