summaryrefslogtreecommitdiffstats
path: root/scripts/gutsy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gutsy')
-rw-r--r--scripts/gutsy4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gutsy b/scripts/gutsy
index bb39bf5..c91c322 100644
--- a/scripts/gutsy
+++ b/scripts/gutsy
@@ -64,6 +64,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)"
@@ -91,8 +93,6 @@ second_stage_install () {
baseprog="$(($baseprog + ${1:-1}))"
}
- setup_devices
-
if doing_variant fakechroot; then
setup_proc_fakechroot
else