summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorSimon Rettberg2014-01-29 15:23:09 +0100
committerSimon Rettberg2014-01-29 15:23:09 +0100
commit80e5344e0b87289bcbd6b1c117f4187797962fc0 (patch)
treef94ce69a1fad2409d4c7e45a4565964a2bae22ce /remote
parent[rfs-stage31] Fix resolving, set hostname (diff)
downloadtm-scripts-80e5344e0b87289bcbd6b1c117f4187797962fc0.tar.gz
tm-scripts-80e5344e0b87289bcbd6b1c117f4187797962fc0.tar.xz
tm-scripts-80e5344e0b87289bcbd6b1c117f4187797962fc0.zip
[rfs-stage31] Put hosts, hostname, resolv.conf in proper place
Diffstat (limited to 'remote')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/inc/setup_stage322
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/inc/setup_stage32 b/remote/rootfs/rootfs-stage31/data/inc/setup_stage32
index 09ff7f3e..f0380ece 100755
--- a/remote/rootfs/rootfs-stage31/data/inc/setup_stage32
+++ b/remote/rootfs/rootfs-stage31/data/inc/setup_stage32
@@ -44,7 +44,7 @@ busybox mount -n --move "$FUTURE_ROOT" /mnt/opt/openslx/uniontmp || drop_shell "
FUTURE_ROOT="/mnt"
# Move network stuff
-cp /etc/hostname /etc/hosts /etc/resolv.conf "${FUTURE_ROOT}"
+cp /etc/hostname /etc/hosts /etc/resolv.conf "${FUTURE_ROOT}/etc/"
# "Delete" addon hook-script in aufs view
touch "/mnt/opt/openslx/uniontmp/.wh.addon-init"