From ba59d8bd1a5276c67d67ceb042cf086020c98a17 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 May 2012 18:28:03 +0000 Subject: 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 --- perl-install/fs/mount.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/fs/mount.pm') diff --git a/perl-install/fs/mount.pm b/perl-install/fs/mount.pm index 4365c0caa..0bff5f06c 100644 --- a/perl-install/fs/mount.pm +++ b/perl-install/fs/mount.pm @@ -160,8 +160,6 @@ sub part { set_loop($part); $options = join(',', grep { !/^(encryption=|encrypted$|loop$)/ } split(',', $options)); #- we take care of this, don't let it mount see it } elsif (isLoopback($part)) { - #- mount will take care, but we must help it - devices::make("loop$_") foreach 0 .. 7; $options = join(',', uniq('loop', split(',', $options))); #- ensure the loop options is used } elsif ($part->{options} =~ /encrypted/) { log::l("skip mounting $part->{device} since we do not have the encrypt_key"); -- cgit v1.2.1