summaryrefslogtreecommitdiffstats
path: root/scripts/potato
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/potato')
-rw-r--r--scripts/potato3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/potato b/scripts/potato
index 50dc86a..d187100 100644
--- a/scripts/potato
+++ b/scripts/potato
@@ -39,8 +39,6 @@ first_stage_install () {
echo '# UNCONFIGURED FSTAB FOR BASE SYSTEM' > "$TARGET/etc/fstab"
chown 0:0 "$TARGET/etc/fstab"; chmod 644 "$TARGET/etc/fstab"
- setup_devices
-
x_feign_install () {
local pkg=$1
local deb="$(debfor $pkg)"
@@ -73,6 +71,7 @@ second_stage_install () {
export DEBIAN_FRONTEND=Noninteractive
+ setup_devices
setup_proc
ln "$TARGET/sbin/ldconfig.new" "$TARGET/sbin/ldconfig"
in_target /sbin/ldconfig