summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry.Vignaud <thierry.vignaud@gmail.com>2014-06-18 14:25:42 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-06-18 22:13:34 +0200
commitedfa2ca7eb96f76e0c5cfec3178977e8f361a4e9 (patch)
tree59c989a52b1077f9890ad66bb4b3ecf3beaec2d2 /perl-install
parent96c78110c5933a0d578c8ddda6927aa4a4964eda (diff)
downloaddrakx-edfa2ca7eb96f76e0c5cfec3178977e8f361a4e9.tar
drakx-edfa2ca7eb96f76e0c5cfec3178977e8f361a4e9.tar.gz
drakx-edfa2ca7eb96f76e0c5cfec3178977e8f361a4e9.tar.bz2
drakx-edfa2ca7eb96f76e0c5cfec3178977e8f361a4e9.tar.xz
drakx-edfa2ca7eb96f76e0c5cfec3178977e8f361a4e9.zip
let udev handles /dev/urandom
basically reverting commit 58f604869ed79dd73e01a4955efbadd97226635d ("lvm2 uses urandom")
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/devices.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/devices.pm b/perl-install/devices.pm
index a04af05f5..2649631bb 100644
--- a/perl-install/devices.pm
+++ b/perl-install/devices.pm
@@ -60,7 +60,6 @@ sub get_dynamic_major {
sub init_device_mapper() {
require modules;
eval { modules::load('dm-mod') };
- make('urandom');
}
sub entry {
@@ -120,7 +119,6 @@ sub entry {
"psaux" => [ c::S_IFCHR(), 10, 1 ],
"atibm" => [ c::S_IFCHR(), 10, 3 ],
"random" => [ c::S_IFCHR(), 1, 8 ],
- "urandom" => [ c::S_IFCHR(), 1, 9 ],
"sbpcd" => [ c::S_IFBLK(), 25, 0 ],
"sjcd" => [ c::S_IFBLK(), 18, 0 ],
"tty" => [ c::S_IFCHR(), 5, 0 ],