diff options
author | Bob Igo <bob@stormlogic.com> | 2009-06-06 20:36:54 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-06-06 20:36:54 (GMT) |
commit | 282973dcde4afbe28a296a85070f904fc6da7326 (patch) | |
tree | d14191db2520bfc55243021255814df8eeed26e4 /abs/core/live-installer | |
parent | 4ccf7ae32490970ea63945efe2bcd99a8b4ba960 (diff) | |
download | linhes_pkgbuild-282973dcde4afbe28a296a85070f904fc6da7326.zip linhes_pkgbuild-282973dcde4afbe28a296a85070f904fc6da7326.tar.gz linhes_pkgbuild-282973dcde4afbe28a296a85070f904fc6da7326.tar.bz2 |
Fixed misspelling.
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 |