summaryrefslogtreecommitdiffstats
path: root/scripts/breezy
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-07-26 16:33:37 (GMT)
committerOtavio Salvador <otavio@ossystems.com.br>2011-07-26 16:33:37 (GMT)
commitd3518b9c7e4f693562d99ec4c15bb009b456603b (patch)
tree6f399fbdccf8c313c716cbfbe5ec899ed88eb9a5 /scripts/breezy
parentedaeb76e8f4bb56ad10dded3fffb9d82febdae67 (diff)
downloaddebootstrap-d3518b9c7e4f693562d99ec4c15bb009b456603b.zip
debootstrap-d3518b9c7e4f693562d99ec4c15bb009b456603b.tar.gz
debootstrap-d3518b9c7e4f693562d99ec4c15bb009b456603b.tar.bz2
Move setup_devices to second stage of bootstrap. Closes: #498731, #531316
Diffstat (limited to 'scripts/breezy')
-rw-r--r--scripts/breezy3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/breezy b/scripts/breezy
index 2148cec..e0f0de1 100644
--- a/scripts/breezy
+++ b/scripts/breezy
@@ -44,8 +44,6 @@ 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)"
@@ -73,6 +71,7 @@ second_stage_install () {
baseprog="$(($baseprog + ${1:-1}))"
}
+ setup_devices
setup_proc
umount_on_exit /dev/.static/dev
umount_on_exit /dev