summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/servconfig
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/stage3-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/stage3-stuff/bin/servconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/bin/servconfig b/initramfs/stage3-stuff/bin/servconfig
index a3c777d4..c581d2c5 100755
--- a/initramfs/stage3-stuff/bin/servconfig
+++ b/initramfs/stage3-stuff/bin/servconfig
@@ -46,8 +46,10 @@ cfgcomplete
# to be packed during stage2 into (/srv/dxs)/tftpboot/client-config...)
cp -a /rootfs/* /mnt 2>/dev/null
-# copy passwd file for temporarily (within stage3 configuration) use by chown
+# copy passwd, group files for temporarily (within stage3 configuration) used
+# by chown
cp /mnt/etc/passwd /etc
+cp /mnt/etc/group /etc
# set greeting and add information on booted system
len=$(expr length ${SLXVERSION}${SYSTEM_NAME})