From c12e1ed0e54193a0b287a14544e65bd6d81702a3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 1 May 2004 12:17:45 +0000 Subject: fix drakupdate_fstab adding twice an entry in fstab, one with the old name, one with the devfs name --- perl-install/diskdrake/interactive.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/diskdrake') 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' ... -- cgit v1.2.1