918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Rev | Line | |
---|
[b74df52] | 1 | #!/bin/bash |
---|
| 2 | #TODO Comprobar si esta los source. |
---|
| 3 | |
---|
| 4 | #svn checkout http://www.opengnsys.es/svn/branches/version1.0/client /tmp/opengnsys_installer/opengnsys/client/; |
---|
| 5 | #svn checkout http://www.opengnsys.es/svn/branches/version2/ /tmp/opengnsys_installer/opengnsys2 |
---|
| 6 | find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null; |
---|
| 7 | |
---|
| 8 | #plymouth |
---|
| 9 | apt-get install plymouth plymouth-theme-script |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | #plymoutyh |
---|
| 13 | update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/opengnsys/opengnsys.plymouth 100 |
---|
| 14 | update-alternatives --set default.plymouth /lib/plymouth/themes/opengnsys/opengnsys.plymouth |
---|
| 15 | |
---|
| 16 | mkdir -p /etc/initramfs-tools/conf.d |
---|
| 17 | echo "FRAMEBUFFER=y" > /etc/initramfs-tools/conf.d/splash |
---|
Note: See
TracBrowser
for help on using the repository browser.