summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rw-r--r--rescue/NEWS2
-rw-r--r--rescue/devices.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/rescue/NEWS b/rescue/NEWS
index 71f2324cd..54723d323 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -1,4 +1,4 @@
-Version 1.31 - 25 Februari 2012, by Maarten Vanraes (AL13N)
+Version 1.31 - 25 February 2012, by Maarten Vanraes (AL13N)
- add logging to dropbear
- make sure /dev/pts is mounted (mga#1023)
diff --git a/rescue/devices.pl b/rescue/devices.pl
index 0d0c6af9d..c80366a1e 100644
--- a/rescue/devices.pl
+++ b/rescue/devices.pl
@@ -14,7 +14,7 @@ foreach (<DATA>) {
}
};
foreach (@l2) {
- my $cmd = "mknod -m 600 $_ $typ $maj " . $min++;
+ my $cmd = "fakeroot mknod-m600 $_ $typ $maj " . $min++;
system($cmd) == 0 or die "$cmd failed\n";
}
}