[Fai-commit] r3514 -
people/michael/features/setup_harddisks_2/implementation
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Tue Jun 13 12:13:09 UTC 2006
Author: michael-guest
Date: 2006-06-13 12:13:09 +0000 (Tue, 13 Jun 2006)
New Revision: 3514
Modified:
people/michael/features/setup_harddisks_2/implementation/shdd2-parser
Log:
added resize option
Modified: people/michael/features/setup_harddisks_2/implementation/shdd2-parser
===================================================================
--- people/michael/features/setup_harddisks_2/implementation/shdd2-parser 2006-06-12 22:38:42 UTC (rev 3513)
+++ people/michael/features/setup_harddisks_2/implementation/shdd2-parser 2006-06-13 12:13:09 UTC (rev 3514)
@@ -24,6 +24,8 @@
# option ::= /* empty */
# | preserve:[[:digit:]]+(,[[:digit:]]+)*
# /* preserve partitions */
+# | resize:[[:digit:]]+(,[[:digit:]]+)*
+# /* attempt to resize partitions */
# | disklabel:(msdos|sun)
# /* write a disklabel - default is msdos */
# | bootable:[[:digit:]]+
@@ -95,6 +97,7 @@
| /disk\d+/ option(s?)
| /\S+/ option(s?)
option: /preserve:\d+(,\d+)*/
+ | /resize:\d+(,\d+)*/
| /disklabel:(msdos|sun)/
| /bootable:\d+/
| 'virtual'
More information about the Fai-commit
mailing list