diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-06 21:08:32 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-06 21:08:32 (GMT) |
commit | 1801434dc7e6b34c1fb22a7ece0bad3538a5bb20 (patch) | |
tree | 83e3ba0c170833b3afcf5f18d4e94ef100f5afd2 /abs/core/live-installer | |
parent | 816aa5eb71f700980ab5cb4c332c74b831d838a8 (diff) | |
parent | a8b2865581cb2db961008c79ea48f31005b20113 (diff) | |
download | linhes_pkgbuild-1801434dc7e6b34c1fb22a7ece0bad3538a5bb20.zip linhes_pkgbuild-1801434dc7e6b34c1fb22a7ece0bad3538a5bb20.tar.gz linhes_pkgbuild-1801434dc7e6b34c1fb22a7ece0bad3538a5bb20.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core/live-installer')
-rwxr-xr-x | abs/core/live-installer/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/live-installer/install_proxy.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/live-installer/PKGBUILD b/abs/core/live-installer/PKGBUILD index 5b41dcd..e93031d 100755 --- a/abs/core/live-installer/PKGBUILD +++ b/abs/core/live-installer/PKGBUILD @@ -1,6 +1,6 @@ pkgname=live-installer pkgver=1.0 -pkgrel=26 +pkgrel=27 pkgdesc="Install and configure your system" #depends=(bc mysql-python expect curl dnsutils) depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils) diff --git a/abs/core/live-installer/install_proxy.sh b/abs/core/live-installer/install_proxy.sh index 756c46d..ec7f29c 100755 --- a/abs/core/live-installer/install_proxy.sh +++ b/abs/core/live-installer/install_proxy.sh @@ -44,7 +44,7 @@ full_install () { sleep 1 $run partition_it $disk $rootsize $datasize $swapsize - echo "Formating $disk" > /tmp/.install_state + echo "Formatting $disk" > /tmp/.install_state progress 2 sleep 1 $run format_it $disk $rootfs $datafs @@ -144,7 +144,7 @@ function upgrade () { if [ ! x$rootfs = "xDo_not_format" ] then - echo "Formating $disk" > /tmp/.install_state + echo "Formatting $disk" > /tmp/.install_state progress 2 sleep 1 $run format_it $disk $rootfs NO |