summaryrefslogtreecommitdiffstats
path: root/scripts/warty
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/warty
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/warty')
-rw-r--r--scripts/warty3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/warty b/scripts/warty
index e21a6d8..d774871 100644
--- a/scripts/warty
+++ b/scripts/warty
@@ -53,8 +53,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)"
@@ -86,6 +84,7 @@ second_stage_install () {
DEBCONF_NONINTERACTIVE_SEEN=true
export DEBIAN_FRONTEND DEBCONF_NONINTERACTIVE_SEEN
+ setup_devices
setup_proc
in_target /sbin/ldconfig