summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-19 12:27:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-19 12:27:52 +0000
commit58cc66490dcf8cd5b25697c2e721ff00ce377229 (patch)
tree73a0c867f36dc62bc2d164b4377e81687ea9089d /perl-install/diskdrake/interactive.pm
parentc5dbe312725926f2a7fd00d0dcee65f4996353f3 (diff)
downloaddrakx-58cc66490dcf8cd5b25697c2e721ff00ce377229.tar
drakx-58cc66490dcf8cd5b25697c2e721ff00ce377229.tar.gz
drakx-58cc66490dcf8cd5b25697c2e721ff00ce377229.tar.bz2
drakx-58cc66490dcf8cd5b25697c2e721ff00ce377229.tar.xz
drakx-58cc66490dcf8cd5b25697c2e721ff00ce377229.zip
fix comment
Diffstat (limited to 'perl-install/diskdrake/interactive.pm')
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 7e8705ff6..87b4fe999 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -33,7 +33,7 @@ struct part {
string devfs_device # 'ide/host0/bus0/target0/lun0/part5', ...
string prefer_devfs_name # should the {devfs_device} or the {device} be used in fstab
string device_LABEL # volume label. LABEL=xxx can be used in fstab instead of
- string prefer_device_LABEL # should the {device_LABEL} or the {device} be used in fstab
+ bool prefer_device_LABEL # should the {device_LABEL} or the {device} be used in fstab
bool faked_device # false if {device} is a real device, true for nfs/smb/dav/none devices. If the field does not exist, we do not know
string rootDevice # 'sda', 'hdc' ... (can also be a VG_name)