close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
lgromero-new-oglive
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.
Download in other formats: