source: admin/Services/ogAdmClient/scripts/ogAdmListPrimaryPartitions @ a7fa603

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 a7fa603 was d08ec1cc, checked in by alonso <alonso@…>, 16 years ago

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

  • Property mode set to 100644
File size: 240 bytes
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
8DATOS=$(ogListPartitions $*) || exit $?
9[ -n "$DATOS" ] && echo $DATOS
10exit 0
Note: See TracBrowser for help on using the repository browser.