Changeset 2255872 in bootscripts-embedded


Ignore:
Timestamp:
Oct 21, 2013, 12:38:17 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
5c79e0a
Parents:
b4816b1
Message:

startup: Don't mount /var as tmpfs

We create the /var and subdirectories in the book, there's no need to
make them tmpfs in startupscripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/rc.d/startup

    rb4816b1 r2255872  
    1111/bin/mkdir /dev/pts
    1212/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
    1513ln -s ../tmp /var/tmp
    1614
Note: See TracChangeset for help on using the changeset viewer.