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 | |
---|
[d356c72] | 1 | #!/bin/bash |
---|
[b2651a6] | 2 | |
---|
| 3 | # UHU - Comprobamos el disco, si solo hay un parametro, disco es 1, por compatibilidad con clientes antiguos |
---|
| 4 | if [ $# == 1 ] |
---|
| 5 | then |
---|
| 6 | disk=1 |
---|
| 7 | part=$1 |
---|
| 8 | else |
---|
| 9 | disk=$1 |
---|
| 10 | part=$2 |
---|
| 11 | fi |
---|
| 12 | |
---|
| 13 | bootOs $disk $part |
---|
Note: See
TracBrowser
for help on using the repository browser.