Initial root filesystem is now on a ramdisk that is part of the image.

This commit is contained in:
Philip Homburg
2006-02-15 11:18:21 +00:00
parent 3a05de3763
commit c3a88d15d8
26 changed files with 894 additions and 45 deletions

View File

@@ -17,3 +17,4 @@ then cat "$t" | while read line
do awk '{ print "chmem =" $2 " " $1 " >/dev/null 2>&1 "}'
done | /bin/sh
fi
exit 0