diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-04-19 12:27:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-04-19 12:27:52 +0000 |
commit | 58cc66490dcf8cd5b25697c2e721ff00ce377229 (patch) | |
tree | 73a0c867f36dc62bc2d164b4377e81687ea9089d /perl-install/diskdrake | |
parent | c5dbe312725926f2a7fd00d0dcee65f4996353f3 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/diskdrake/interactive.pm | 2 |
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) |