diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-27 19:43:14 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-27 19:43:14 (GMT) |
commit | 4077f5d9f773081059c5414d46e47d05ce00a106 (patch) | |
tree | 24d9ad5375475ff413f478c8446313e5c902d747 /abs/core/LinHES-config/PKGBUILD | |
parent | b255b89879ec0596e6e63247b3ec3a4cf194e132 (diff) | |
download | linhes_pkgbuild-4077f5d9f773081059c5414d46e47d05ce00a106.zip linhes_pkgbuild-4077f5d9f773081059c5414d46e47d05ce00a106.tar.gz linhes_pkgbuild-4077f5d9f773081059c5414d46e47d05ce00a106.tar.bz2 |
LinHES-config: hide some boot messages with splash
Diffstat (limited to 'abs/core/LinHES-config/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-config/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index 6b1bcd8..f07539a 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,12 +1,13 @@ pkgname=LinHES-config pkgver=8.5.1 -pkgrel=3 +pkgrel=4 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config ) pkgdesc="Install and configure your system" depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted' - 'sg3_utils' 'nmbscan' 'system-templates' 'rsync' 'python-pyparted' - 'python2-pexpect' 'python-netifaces' 'xcursor-vanilla-dmz-aa' - 'python-iplib' 'sudo' 'setserial' 'udevil' 'balance' 'runit-scripts>=8.3-4' ) + 'sg3_utils' 'nmbscan' 'system-templates' 'rsync' 'python2-pyparted' + 'python2-pexpect' 'python-netifaces' 'xcursor-vanilla-dmz-aa' + 'python-iplib' 'sudo' 'setserial' 'udevil' 'balance' + 'mythinstall' 'runit-scripts>=8.3-4' ) arch=('i686' 'x86_64') source=(mv_install.py 09_mythvantge_runit_grub @@ -145,7 +146,7 @@ package() { } md5sums=('518c868141fe443e9258144c029ed3f9' - '51525188ac6f6034422c5d71d0c84408' + 'bee51ac2c232ab134eec127f5c8846ad' 'f6e9dd7bc6cf0aaa3bd203dab4cb79b9' '2596460462cf6c889cf8f95485537b20' '985891a43f7c4c983eb2a362162f1a0f' |