diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-01-25 13:50:30 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-01-25 13:50:30 (GMT) |
commit | 3bf15b6a08a8ff7466ca03da6b1888774c384e00 (patch) | |
tree | b72b9e3da3740d5bc6bc6c0130c2a1f561c949b0 /abs/core/mythdb-initial/custom.sql | |
parent | 8a19439495bce7280affce7919ebced7880bc0b6 (diff) | |
download | linhes_pkgbuild-3bf15b6a08a8ff7466ca03da6b1888774c384e00.zip linhes_pkgbuild-3bf15b6a08a8ff7466ca03da6b1888774c384e00.tar.gz linhes_pkgbuild-3bf15b6a08a8ff7466ca03da6b1888774c384e00.tar.bz2 |
mythdb-initial: increase default home size
change default os filesystem type to ext4 for install and upgrades
Diffstat (limited to 'abs/core/mythdb-initial/custom.sql')
-rw-r--r-- | abs/core/mythdb-initial/custom.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql index 05d814d..7c97589 100644 --- a/abs/core/mythdb-initial/custom.sql +++ b/abs/core/mythdb-initial/custom.sql @@ -167,10 +167,10 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES -- Defaults for OS install INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES -('HOSTuprootfstype','ext3' , 'apheleia'), +('HOSTuprootfstype','ext4' , 'apheleia'), ('HOSTOSsize', '5' , 'apheleia'), -('HOSTrootfstype', 'ext3' , 'apheleia'), -('HOSTHOMEsize', '3' , 'apheleia'), +('HOSTrootfstype', 'ext4' , 'apheleia'), +('HOSTHOMEsize', '5' , 'apheleia'), ('HOSTDatabasesize','2' , 'apheleia'), ('HostUseSWAP', '1' , 'apheleia'), ('HostUseALLdata', '1' , 'apheleia'), |