summaryrefslogtreecommitdiffstats
path: root/scripts/edgy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/edgy')
-rw-r--r--scripts/edgy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/edgy b/scripts/edgy
index 8175a0a..01d6568 100644
--- a/scripts/edgy
+++ b/scripts/edgy
@@ -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