diff options
author | unammx <unammx> | 2001-04-27 00:38:37 +0000 |
---|---|---|
committer | unammx <unammx> | 2001-04-27 00:38:37 +0000 |
commit | ebd36b0b419402cb0f7f48b79f6aa359debe6586 (patch) | |
tree | 75388cf071a9f5afcb00a278423ba4b8565f661b /memory-conf.in | |
parent | 10444d694ff06fdcef1d3b5011c9f10242b35c4e (diff) |
2001-04-26 Arturo Espinosa Aldama <arturo@ximian.com>
* boot-conf.in: removed useless commented debug code.
* boot.pl.in: Added mandrake-7.2 and debian-2.2 table equivalences.
Fixed bug where a comment would get into the options hash.
* memory-conf.in: end_of_description; should go at beginning of line.
* time-conf.in: qw values were separated by comma. fixed.
timezone description file comments are those that START with #.
Diffstat (limited to 'memory-conf.in')
-rwxr-xr-x | memory-conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memory-conf.in b/memory-conf.in index e3cbe85..a211281 100755 --- a/memory-conf.in +++ b/memory-conf.in @@ -53,7 +53,7 @@ $version = "0.1.0"; $description =<<"end_of_description;"; Configures main and swap memory. - end_of_description; +end_of_description; $progress_max = 3; |