From 0decb609b3897d5448e45403c3459ceeca9f574b Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 1 Sep 2008 16:38:52 +0000 Subject: 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 --- initramfs/stage3-stuff/bin/servconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'initramfs/stage3-stuff/bin/servconfig') 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}) -- cgit v1.2.3-55-g7522