diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-11-25 12:56:30 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-11-25 15:37:28 +0100 |
commit | 4c4ea59598d9a432068dd8034005759fbfa54386 (patch) | |
tree | 5301820f1a527f80c1bfe66fc93a42507339efc6 /admin/Interface | |
parent | a89da3dcfcee46b13d8d85f8889434a952c38d2a (diff) |
#1008 Add support for partitioning several disks
WebConsole only supports for partitioning and formatting the first disk
of the client. POST /setup calls in ogserver and ogclient support
for multiple disks. Update WebConsole to allow to choose which disk do
you want to partition and format.
Diffstat (limited to 'admin/Interface')
-rwxr-xr-x | admin/Interface/Configurar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/Interface/Configurar b/admin/Interface/Configurar index 554e52c9..3247d568 100755 --- a/admin/Interface/Configurar +++ b/admin/Interface/Configurar @@ -108,8 +108,8 @@ ogCreatePartitionTable $dis MSDOS # Inicia la cache. if echo "$sparam" |grep "CACHE" >/dev/null; then ogEcho session log "[30] $MSG_HELP_ogCreateCache" - ogEcho session log " initCache $tch" - ogExecAndLog COMMAND initCache $tch + ogEcho session log " initCache $dis $tch" + ogExecAndLog COMMAND initCache $dis $tch fi # Definir particionado. |