]> xenbits.xen.org Git - xenclient/build.git/commitdiff
Installer: Switch min disk size to 512 so we pick the usb flash up.
authorJean Guyader <jean.guyader@eu.citrix.com>
Mon, 11 Jan 2010 17:59:38 +0000 (17:59 +0000)
committerJean Guyader <jean.guyader@eu.citrix.com>
Mon, 11 Jan 2010 17:59:38 +0000 (17:59 +0000)
target/generic/target_xenclient_installer_skeleton/install/stages/Select-hard-disk

index bd1046820c006c5872ad9692d9f5c1e81069fd94..ef2180a94bbbaea106bac00aa65e87a87896dd91 100755 (executable)
@@ -3,7 +3,7 @@
 . ${SCRIPT_DIR}/functions
 # ^^^ sets ${DISK_CONF}
 
-MIN_DISK_SIZE="$((42949672960 / 512))" # 40 GB
+MIN_DISK_SIZE="$((512 * 1024 * 1024 / 512))" # 512 MB
 
 if answerfile_specifies "primary-disk" ; then
     DISK=$(read_xml_tag "${ANSWERFILE}" "primary-disk")