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