summaryrefslogtreecommitdiffstats
path: root/core/rootfs
diff options
context:
space:
mode:
authorJonathan Bauer2019-06-13 12:14:19 +0200
committerJonathan Bauer2019-06-13 12:14:19 +0200
commit39856b1fcce860ed3672849e45bd00d61f00cdcd (patch)
tree86c2195aca2f6d36b706689244d2d8c4659f7f98 /core/rootfs
parent[rfs-s32] remove unneeded libnss_mdns (diff)
downloadmltk-39856b1fcce860ed3672849e45bd00d61f00cdcd.tar.gz
mltk-39856b1fcce860ed3672849e45bd00d61f00cdcd.tar.xz
mltk-39856b1fcce860ed3672849e45bd00d61f00cdcd.zip
[rfs-s32] devtmpfs > copying devices from /dev
Diffstat (limited to 'core/rootfs')
-rw-r--r--core/rootfs/rootfs-stage32/module.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/rootfs/rootfs-stage32/module.build b/core/rootfs/rootfs-stage32/module.build
index 2cf3e9e5..fe843ce7 100644
--- a/core/rootfs/rootfs-stage32/module.build
+++ b/core/rootfs/rootfs-stage32/module.build
@@ -88,10 +88,6 @@ post_copy() {
mkdir -p "$TARGET_BUILD_DIR"/{bin,dev,proc,lib,etc,mnt,run,sys,var,opt/openslx/mnt}
ln -s -n -f -t "$TARGET_BUILD_DIR/var" "../run/lock" "../run"
- # copy devices from running system
- cp -a /dev/{console,kmsg,mem,null,shm,tty,tty0,tty1,tty9,urandom,zero} \
- "${TARGET_BUILD_DIR}"/dev || perror "Copying devices from running system failed."
-
# set /etc/environment to include /opt/openslx/bin and /opt/openslx/sbin
#add_env PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin"
add_env PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin"