summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-01 12:17:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-01 12:17:45 +0000
commitc12e1ed0e54193a0b287a14544e65bd6d81702a3 (patch)
tree2ac0578db8bc24017fbf4ecb69cdd61eea278400 /perl-install/diskdrake
parent8d98b670beb5e850987b4c3aa108bdc71a3d7189 (diff)
downloaddrakx-backup-do-not-use-c12e1ed0e54193a0b287a14544e65bd6d81702a3.tar
drakx-backup-do-not-use-c12e1ed0e54193a0b287a14544e65bd6d81702a3.tar.gz
drakx-backup-do-not-use-c12e1ed0e54193a0b287a14544e65bd6d81702a3.tar.bz2
drakx-backup-do-not-use-c12e1ed0e54193a0b287a14544e65bd6d81702a3.tar.xz
drakx-backup-do-not-use-c12e1ed0e54193a0b287a14544e65bd6d81702a3.zip
fix drakupdate_fstab adding twice an entry in fstab, one with the old name, one with the devfs name
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/interactive.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index a037c4fe4..cb5d3bb9c 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -27,6 +27,8 @@ struct part {
int size # in sectors
int type # 0x82, 0x83, 0x6 ...
string device # 'hda5', 'sdc1' ...
+ 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 rootDevice # 'sda', 'hdc' ... (can also be a VG_name)
string real_mntpoint # directly on real /, '/tmp/hdimage' ...
string mntpoint # '/', '/usr' ...