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
Line | |
---|
1 | #!/bin/bash |
---|
2 | #echo NTFS:50000000 EXT3:25000000 LINUX-SWAP:2000000 |
---|
3 | #echo NTFS:55000000 |
---|
4 | |
---|
5 | # Error si no se reciben 2 parametros. |
---|
6 | [ $# != 1 ] && exit $OG_ERR_FORMAT |
---|
7 | |
---|
8 | DATOS=$(ogListPartitions $*) || exit $? |
---|
9 | [ -n "$DATOS" ] && echo $DATOS |
---|
10 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.