From d3518b9c7e4f693562d99ec4c15bb009b456603b Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 26 Jul 2011 18:33:37 +0200 Subject: Move setup_devices to second stage of bootstrap. Closes: #498731, #531316 --- scripts/dapper | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/dapper') diff --git a/scripts/dapper b/scripts/dapper index af83c0c..4755240 100644 --- a/scripts/dapper +++ b/scripts/dapper @@ -51,8 +51,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)" @@ -80,6 +78,7 @@ second_stage_install () { baseprog="$(($baseprog + ${1:-1}))" } + setup_devices setup_proc in_target /sbin/ldconfig -- cgit v1.2.3