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/config.install | |
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/config.install')
-rw-r--r-- | abs/core/LinHES-config/config.install | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/config.install b/abs/core/LinHES-config/config.install index 50c66c7..332f033 100644 --- a/abs/core/LinHES-config/config.install +++ b/abs/core/LinHES-config/config.install @@ -40,7 +40,12 @@ post_upgrade() { /usr/MythVantage/bin/systemconfig.py -m hostype fi - /usr/MythVantage/bin/systemconfig.py -m locale,vnc,ir + if [ $(vercmp $2 8.5.1-4) -lt 0 ]; then + #reconfig to include grub + /usr/MythVantage/bin/systemconfig.py -m locale,vnc,ir,advanced + else + /usr/MythVantage/bin/systemconfig.py -m locale,vnc,ir + fi echo " Removing pts and shm from fstab..." cp -a /etc/fstab /etc/fstab.backup.pre_pts_shm |