source: client/nfsexport/scripts/listPrimaryPartitions @ 513af22

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 513af22 was 513af22, checked in by ramon <ramongomez@…>, 16 years ago

Unificación scripts para ogAdmClient y Browser.

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

  • Property mode set to 100755
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.