Changeset 128
- Timestamp:
- 06/28/07 01:06:13 (1 year ago)
- Files:
-
- Pyramid/dist/etc/init.d/mountall.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Pyramid/dist/etc/init.d/mountall.sh
r1 r128 14 14 mount -avt nonfs,nosmbfs,noncpfs,noproc 15 15 mount -at proc 16 #create the log device 17 touch /ro/dev/log 18 #copy everything in ro (flash) to rw (ramdisk) 16 19 cp -a /ro/* /rw/ 20 #link the log device 21 ln -s /rw/dev/log /dev/log 17 22 #cp /proc/mounts /etc/mtab 18 23
