summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-20 17:55:43 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-20 17:55:43 (GMT)
commitb12091b9e225d21571324ec9772de541731a19b6 (patch)
tree77b8edd30d2922ad2188c7d58efc67f932526d54 /abs/core/mythdb-initial/custom.sql
parentb1228a681e74db2c56d97e5489fa01c4f649ade4 (diff)
downloadlinhes_pkgbuild-b12091b9e225d21571324ec9772de541731a19b6.zip
linhes_pkgbuild-b12091b9e225d21571324ec9772de541731a19b6.tar.gz
linhes_pkgbuild-b12091b9e225d21571324ec9772de541731a19b6.tar.bz2
mythdb-initial, mythinstall: add option for BEwait and enable it in the initial database.
refs #886
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r--abs/core/mythdb-initial/custom.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index 17aeb7a..0f66b99 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -23,6 +23,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('Hostpluginmythvideo_dvdcss','0','apheleia'),
('Hostpluginmythweather','1','apheleia'),
('Hostpluginmythappletrailers','1','apheleia'),
+ ('HostBEWait','1','apheleia'),
('HostAudiotype','ALSA','apheleia');
-- Clear out old values because mysql is mysql
@@ -141,7 +142,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('HOSTOSsize', '5' , 'apheleia'),
('HOSTrootfstype', 'ext3' , 'apheleia'),
('HOSTHOMEsize', '3' , 'apheleia'),
-('HOSTDatabasesize','3' , 'apheleia'),
+('HOSTDatabasesize','5' , 'apheleia'),
('HostUseSWAP', '1' , 'apheleia'),
('HostUseALLdata', '1' , 'apheleia'),
('HOSTdatafstype', 'xfs' , 'apheleia');