Changeset d312716 in clfs-embedded for bootscripts/clfs
- Timestamp:
- Sep 13, 2009, 11:58:07 PM (15 years ago)
- Branches:
- master
- Children:
- 18bce0c
- Parents:
- ef49c8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/rc.d/startup
ref49c8c rd312716 5 5 . /etc/rc.d/init.d/functions 6 6 7 /bin/mount -t tmpfs /tmp /tmp8 7 /bin/mount -t proc none /proc 9 8 /bin/mount -t sysfs none /sys 9 /bin/mount -t tmpfs /tmp /tmp 10 10 /bin/mount -t tmpfs -o mode=0755 none /dev 11 11 /bin/mkdir /dev/pts 12 12 /bin/mkdir /dev/shm 13 /bin/mount -t tmpfs -o mode=0755 /var /var 14 for x in cache lib lib/misc lib/locate local lock log mail opt run spool; do mkdir /var/$x; done 15 ln -s ../tmp /var/tmp 16 13 17 /bin/echo "/sbin/mdev" > /proc/sys/kernel/hotplug 14 18
Note:
See TracChangeset
for help on using the changeset viewer.