#730: Revisar cambios en nuevo nombre y URL.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5580 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/main
parent
4cb1a5b8e2
commit
cfb2cb562a
|
@ -6,7 +6,7 @@ Advertencia previa:
|
|||
-----------------------------
|
||||
- No usar este instalador en un sistema OpenGnsys en producción.
|
||||
- Se puede ejecutar este script desde un sistema Ubuntu 10.04 o superior.
|
||||
- Mas información http://www.opengnsys.es/wiki/ClienteInitrdDSGenerarloV1.0.2
|
||||
- Mas información https://opengnsys.es/trac/wiki/ClienteInitrdDSGenerarloV1.0.2
|
||||
|
||||
|
||||
Requisitos iniciales
|
||||
|
@ -23,7 +23,7 @@ mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old;
|
|||
|
||||
#1. Descargar del Subversion las herramientas del cliente
|
||||
apt-get install subversion wget
|
||||
svn checkout http://www.opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys/client/;
|
||||
svn checkout https://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys/client/;
|
||||
find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
|
||||
|
||||
#2. Ejecutar el instalador:
|
||||
|
|
|
@ -127,7 +127,7 @@ case "${1,,}" in
|
|||
exit 1
|
||||
;;
|
||||
esac
|
||||
SVNURL="http://opengnsys.es/svn/branches/version1.1/client"
|
||||
SVNURL="https://opengnsys.es/svn/branches/version1.1/client"
|
||||
VERSIONSVN=$(LANG=C svn info $SVNURL | awk '/Rev:/ {print "r"$4}')
|
||||
NAMEISOCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$OSRELEASE-$OSARCH-$VERSIONSVN"
|
||||
NAMEHOSTCLIENT="$VERSIONBOOTTOOLS-$OSCODENAME-$VERSIONSVN"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#*/
|
||||
|
||||
#mkdir -p /tmp/opengnsys_installer/opengnsys
|
||||
#svn export http://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys
|
||||
#svn export https://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys
|
||||
|
||||
|
||||
#Variables
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
#TODO Comprobar si esta los source.
|
||||
#svn checkout http://www.opengnsys.es/svn/branches/version1.0/client /tmp/opengnsys_installer/opengnsys/client/;
|
||||
#svn checkout http://www.opengnsys.es/svn/branches/version2/ /tmp/opengnsys_installer/opengnsys2
|
||||
find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
|
||||
|
||||
#plymouth
|
||||
|
@ -16,4 +13,4 @@ update-alternatives --set default.plymouth /lib/plymouth/themes/opengnsys/opengn
|
|||
mkdir -p /etc/initramfs-tools/conf.d
|
||||
echo "FRAMEBUFFER=y" > /etc/initramfs-tools/conf.d/splash
|
||||
|
||||
history -c
|
||||
history -c
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
Ver información completa en:
|
||||
http://www.opengnsys.es/wiki/InitrdClienteSecondFileSystem
|
||||
https://opengnsys.es/trac/wiki/InitrdClienteSecondFileSystem
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue