summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Raymond <kraymond@avencall.com>2012-07-13 16:55:38 +0200
committerKévin Raymond <kraymond@avencall.com>2012-07-13 16:55:38 +0200
commit545c86f27e35c3a771039cd6ab0d5be838668363 (patch)
tree6beaf3c764afe559305bd3065d843a76aeaf1b29
parent2f9cb7b113f8dd4b315b928683df5808ac6be4f5 (diff)
czilla README added
-rw-r--r--clonezilla/README12
-rwxr-xr-xclonezilla/cloning_disks.sh4
2 files changed, 15 insertions, 1 deletions
diff --git a/clonezilla/README b/clonezilla/README
new file mode 100644
index 0000000..437b45b
--- /dev/null
+++ b/clonezilla/README
@@ -0,0 +1,12 @@
+The Frenetic Mass Cloning Guide
+--------------------------
+[based on clonezilla-live-1.2.12-60-i686-pae]
+
+ * First create the image of the original hard drive
+ * Save it to $THERE with the name $NAME
+ * Connect all the blank hard drives
+ * Edit ./syslinux.cfg with $NAME instead of `xivo-factory-XXXXXX-img'
+ * Replace $LIVE_KEY/syslinux/syslinux.cfg with ./syslinux.cfg
+ * Copy ./cloning_disks to $LIVE_KEY/utils/
+
+ * Check that $THERE is at the right location..
diff --git a/clonezilla/cloning_disks.sh b/clonezilla/cloning_disks.sh
index 8eb3ad9..3283def 100755
--- a/clonezilla/cloning_disks.sh
+++ b/clonezilla/cloning_disks.sh
@@ -6,7 +6,9 @@
# - Need to have the pool of ip adress in an external file
# - Should match the complete UUID, not only a small part to prevent
# use = instead of greap!
-# - Should get the live dongle uuid dynamicly
+# - Should get the live dongle uuid dynamicaly
+# - Should have the source image on the dongle (~560Mio).
+# And set it easier to define
boards=(1 2 3 4 5)
default_ip="192.168.0.8"