diff options
Diffstat (limited to 'abs')
| -rwxr-xr-x | abs/core-testing/LinHES-config-svn/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/core-testing/LinHES-config-svn/install_proxy.sh | 4 | ||||
| -rw-r--r-- | abs/core-testing/LinHES-config/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/core-testing/LinHES-config/install_proxy.sh | 4 | ||||
| -rwxr-xr-x | abs/core/live-installer/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/core/live-installer/install_proxy.sh | 4 | ||||
| -rwxr-xr-x | abs/mv-core/MythVantage-config/PKGBUILD | 2 | ||||
| -rwxr-xr-x | abs/mv-core/MythVantage-config/install_proxy.sh | 4 | 
8 files changed, 12 insertions, 12 deletions
| diff --git a/abs/core-testing/LinHES-config-svn/PKGBUILD b/abs/core-testing/LinHES-config-svn/PKGBUILD index 2927a6e..32645a2 100755 --- a/abs/core-testing/LinHES-config-svn/PKGBUILD +++ b/abs/core-testing/LinHES-config-svn/PKGBUILD @@ -1,6 +1,6 @@  pkgname=LinHES-config-svn  pkgver=1.0 -pkgrel=294 +pkgrel=299  conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )  pkgdesc="Install and configure your system"  depends=(bc libstatgrab  mysql-python expect curl dnsutils parted sg3_utils nmbscan system-templates ) diff --git a/abs/core-testing/LinHES-config-svn/install_proxy.sh b/abs/core-testing/LinHES-config-svn/install_proxy.sh index 3f626a1..32d01d7 100755 --- a/abs/core-testing/LinHES-config-svn/install_proxy.sh +++ b/abs/core-testing/LinHES-config-svn/install_proxy.sh @@ -174,7 +174,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 @@ -294,7 +294,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 diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index f3d9638..1d925e5 100644 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@  pkgname=LinHES-config  pkgver=1.0 -pkgrel=403 +pkgrel=413  conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )  pkgdesc="Install and configure your system"  depends=(bc libstatgrab  mysql-python expect curl dnsutils parted sg3_utils nmbscan system-templates rsync ) diff --git a/abs/core-testing/LinHES-config/install_proxy.sh b/abs/core-testing/LinHES-config/install_proxy.sh index d39f712..4d158e7 100755 --- a/abs/core-testing/LinHES-config/install_proxy.sh +++ b/abs/core-testing/LinHES-config/install_proxy.sh @@ -174,7 +174,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 @@ -302,7 +302,7 @@ function upgrade () {      if [ ! x$rootfs = "xDo_not_format" ]      then -        echo "Formating +        echo "Formatting          $disk" > /tmp/.install_state              progress 2              sleep 1 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 diff --git a/abs/mv-core/MythVantage-config/PKGBUILD b/abs/mv-core/MythVantage-config/PKGBUILD index d59299e..70c3029 100755 --- a/abs/mv-core/MythVantage-config/PKGBUILD +++ b/abs/mv-core/MythVantage-config/PKGBUILD @@ -1,6 +1,6 @@  pkgname=MythVantage-config  pkgver=3.2 -pkgrel=152 +pkgrel=153  pkgdesc="The Gui-installer"  depends=(bc mysql-python expect curl dnsutils sg3_utils parted)  arch=('i686') diff --git a/abs/mv-core/MythVantage-config/install_proxy.sh b/abs/mv-core/MythVantage-config/install_proxy.sh index 84b397e..9019349 100755 --- a/abs/mv-core/MythVantage-config/install_proxy.sh +++ b/abs/mv-core/MythVantage-config/install_proxy.sh @@ -63,7 +63,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 @@ -165,7 +165,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 | 
