source: client/nfsexport/scripts/boot.sh @ f2bb433

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 f2bb433 was f5432db7, checked in by ramon <ramongomez@…>, 16 years ago

Leves correcciones en scripts y funciones.

git-svn-id: https://opengnsys.es/svn/trunk@398 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 388 bytes
Line 
1#!/bin/bash
2# Scirpt de ejemplo para arancar un sistema operativo instalado.
3# (puede usarse como base para el programa de arranque usado por OpenGNSys Admin).
4
5PROG="$(basename $0)"
6if [ $# -ne 2 ]; then
7    ogRaiseError $OG_ERR_FORMAT "Formato: $PROG ndisco nparticion"
8    exit $?
9fi
10
11# Procesos previos.
12
13# Arrancar.
14ogEcho info "$PROG: Arrancar sistema operativo."
15ogBoot "$1" "$2"
16
Note: See TracBrowser for help on using the repository browser.