summaryrefslogtreecommitdiffstats
path: root/scripts/feisty
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/feisty')
-rw-r--r--scripts/feisty8
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/feisty b/scripts/feisty
index 30e20d5..b97b440 100644
--- a/scripts/feisty
+++ b/scripts/feisty
@@ -57,12 +57,6 @@ first_stage_install () {
chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
fi
- if doing_variant fakechroot; then
- setup_devices_fakechroot
- else
- setup_devices
- fi
-
x_feign_install () {
local pkg="$1"
local deb="$(debfor $pkg)"
@@ -90,6 +84,8 @@ second_stage_install () {
baseprog="$(($baseprog + ${1:-1}))"
}
+ setup_devices
+
if doing_variant fakechroot; then
setup_proc_fakechroot
else