diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-10-03 16:04:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-10-03 16:04:14 +0000 |
commit | 64308004a3bae593842b9b8017b6b19e7da8848c (patch) | |
tree | bd83471636ae9c5f79e1311546abeb5529abac70 /perl-install/install/steps.pm | |
parent | 99bd4eca6049d61697011df7a38538175c146dc5 (diff) | |
download | drakx-64308004a3bae593842b9b8017b6b19e7da8848c.tar drakx-64308004a3bae593842b9b8017b6b19e7da8848c.tar.gz drakx-64308004a3bae593842b9b8017b6b19e7da8848c.tar.bz2 drakx-64308004a3bae593842b9b8017b6b19e7da8848c.tar.xz drakx-64308004a3bae593842b9b8017b6b19e7da8848c.zip |
- use /dev/cdrom in fstab, and write corresponding udev rule
(the rules were generated at boot time but here we ensure consistent naming)
Diffstat (limited to 'perl-install/install/steps.pm')
-rw-r--r-- | perl-install/install/steps.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm index b29697d05..0d4b17558 100644 --- a/perl-install/install/steps.pm +++ b/perl-install/install/steps.pm @@ -460,6 +460,7 @@ Consoles 1,3,4,7 may also contain interesting information"; #- for mandrake_firstime touch "$::prefix/var/lock/TMP_1ST"; + fs::any::set_cdrom_symlink_udev_rule($o->{all_hds}{raw_hds}); any::config_mtools($::prefix); #- make sure wins is disabled in /etc/nsswitch.conf |