source: client/boot-tools/old/clientstructure/root/GenerateGraphicBoot.sh @ 89a8208

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
Last change on this file since 89a8208 was 39bca9b, checked in by adv <adv@…>, 14 years ago

branch version 1.0 #420 separando proceso de creacion anterior

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2321 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 742 bytes
Line 
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
6find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
7
8#plymouth
9apt-get install plymouth plymouth-theme-script
10
11
12#plymoutyh
13update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/opengnsys/opengnsys.plymouth 100
14update-alternatives --set default.plymouth /lib/plymouth/themes/opengnsys/opengnsys.plymouth
15
16mkdir -p /etc/initramfs-tools/conf.d
17echo "FRAMEBUFFER=y" > /etc/initramfs-tools/conf.d/splash
Note: See TracBrowser for help on using the repository browser.