summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial/custom.sql
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-12-08 22:14:10 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-12-08 22:14:10 (GMT)
commit9c7a9f742bbe8a69bdf50335e8218a45c3f28721 (patch)
treeac2bf137c3c5c9fab55b58834033f5e59f98728b /abs/core/mythdb-initial/custom.sql
parenta05ce8e608d7429952ed78144a60f2a7d6483c00 (diff)
downloadlinhes_pkgbuild-9c7a9f742bbe8a69bdf50335e8218a45c3f28721.zip
linhes_pkgbuild-9c7a9f742bbe8a69bdf50335e8218a45c3f28721.tar.gz
linhes_pkgbuild-9c7a9f742bbe8a69bdf50335e8218a45c3f28721.tar.bz2
mythdb-initial: change default HOSTDatabasesize to 2gb and ThemePainter to auto
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 cb18965..99a0452 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -45,6 +45,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('HaltCommand' ,'sudo /sbin/halt' , 'apheleia'),
('RebootCommand' ,'sudo /sbin/reboot' , 'apheleia'),
('Theme' ,'LinHES' , 'apheleia'),
+ ('ThemePainter' ,'auto' , 'apheleia'),
('LircSocket' ,'/var/run/lirc/lircd' , 'apheleia');
--
@@ -149,7 +150,7 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('HOSTOSsize', '5' , 'apheleia'),
('HOSTrootfstype', 'ext3' , 'apheleia'),
('HOSTHOMEsize', '3' , 'apheleia'),
-('HOSTDatabasesize','5' , 'apheleia'),
+('HOSTDatabasesize','2' , 'apheleia'),
('HostUseSWAP', '1' , 'apheleia'),
('HostUseALLdata', '1' , 'apheleia'),
('HOSTdatafstype', 'xfs' , 'apheleia');