diff options
Diffstat (limited to 'rescue/devices.pl')
-rw-r--r-- | rescue/devices.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/devices.pl b/rescue/devices.pl index c80366a1e..0d4a8f77f 100644 --- a/rescue/devices.pl +++ b/rescue/devices.pl @@ -14,7 +14,7 @@ foreach (<DATA>) { } }; foreach (@l2) { - my $cmd = "fakeroot mknod-m600 $_ $typ $maj " . $min++; + my $cmd = "mknod-m600 $_ $typ $maj " . $min++; system($cmd) == 0 or die "$cmd failed\n"; } } |