summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/servconfig
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-09-01 18:38:52 +0200
committerDirk von Suchodoletz2008-09-01 18:38:52 +0200
commit0decb609b3897d5448e45403c3459ceeca9f574b (patch)
tree252a3ccda342408e1aea53bd14eeae67c4614b24 /initramfs/stage3-stuff/bin/servconfig
parentHal/dbus stuff for ubuntu, rtc device file ... (diff)
downloadcore-0decb609b3897d5448e45403c3459ceeca9f574b.tar.gz
core-0decb609b3897d5448e45403c3459ceeca9f574b.tar.xz
core-0decb609b3897d5448e45403c3459ceeca9f574b.zip
Group information is needed in stage3 too (use the stage4 file and
copy it after it becomes available) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2177 95ad53e4-c205-0410-b2fa-d234c58c8868
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})