diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:28:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-05-23 18:28:03 +0000 |
commit | ba59d8bd1a5276c67d67ceb042cf086020c98a17 (patch) | |
tree | ccd6e26d950d203d2521a373c6054a0763818151 /perl-install/any.pm | |
parent | 168fa3e917a715bb0a139c03e699595ee5829228 (diff) | |
download | drakx-ba59d8bd1a5276c67d67ceb042cf086020c98a17.tar drakx-ba59d8bd1a5276c67d67ceb042cf086020c98a17.tar.gz drakx-ba59d8bd1a5276c67d67ceb042cf086020c98a17.tar.bz2 drakx-ba59d8bd1a5276c67d67ceb042cf086020c98a17.tar.xz drakx-ba59d8bd1a5276c67d67ceb042cf086020c98a17.zip |
no need to create /dev/zero and the like, udev already did it
quite a lot more remain as we either lack prope udev rules or rely
on older style entries or are needed in drakx-in-chroot mode
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 787706332..c95ab95fc 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1399,7 +1399,6 @@ You can use userdrake to add a user to this group.") sub monitor_full_edid() { return if $::noauto; - devices::make('zero'); my ($vbe, $edid); { # prevent warnings in install's logs: |