Throw out old old installer.
[invirt/packages/invirt-autoinstaller.git] / partial / copying-installer.sh
diff --git a/partial/copying-installer.sh b/partial/copying-installer.sh
deleted file mode 100644 (file)
index 79678a2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/bash
-# hda is the copying-installer image itself
-# hdb is unused (was the source image)
-# hdc is the target image
-# hdd is the arguments image
-
-exec 3</dev/hdd
-read -r -u 3 HOSTNAME
-read -r -u 3 ROOTPW
-exec 3<&-
-
-mount /dev/hdc1 /mnt/new
-/mnt/new/post-copy /mnt/new "$HOSTNAME" "$ROOTPW"
-umount /mnt/new
-sync