Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
cb0afc7b58
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package/target-finish/1st-stage/1st-stage.conf

+ 3
- 1
package/target-finish/1st-stage/1st-stage.conf

@ -44,7 +44,9 @@ echo "/dev/root / auto defaults 0 0" > etc/fstab
# supress udev uig/gid warnings
cp -vp ${rootdir}/etc/{passwd,group} etc/
cp -vp ${rootdir}/$multilib/libnss_files.so.* $multilib/
for x in ${rootdir}/$multilib/libnss_files.so.* ; do
[ -f "$x" ] && cp -vp "$x" $multilib/
done
echo "Creating some device nodes"
mknod dev/ram0 b 1 0

Loading…
Cancel
Save