configure-oglivelgromero-new-oglivemainmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineoglive-ipv6test-python-scriptsticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacion
Line | |
---|
1 | #!/bin/bash |
---|
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.