Revision aa6d9ea2
Added by Scott Ullrich over 19 years ago
- Remove script debugging helper
- Reduce /var/ to 8m from 32
etc/rc.cdrom | ||
---|---|---|
6 | 6 |
# Size of memory file system /conf partition |
7 | 7 |
partsize="3m" |
8 | 8 |
|
9 |
set -x |
|
10 |
|
|
11 | 9 |
# Run some initialization routines |
12 | 10 |
/etc/rc.d/uzip start |
13 | 11 |
|
... | ... | |
15 | 13 |
if (/bin/mkdir -p /var/.diskless 2> /dev/null); then |
16 | 14 |
rmdir /var/.diskless |
17 | 15 |
else |
18 |
varsize="32m"
|
|
16 |
varsize="8m"
|
|
19 | 17 |
mdmfs -S -M -s ${varsize} md /var |
20 | 18 |
fi |
21 | 19 |
|
Also available in: Unified diff