Revision 29aef439
Added by Jim Pingle over 5 years ago
src/etc/skel/dot.shrc | ||
---|---|---|
33 | 33 |
fi |
34 | 34 |
|
35 | 35 |
USE_MFS_TMPVAR=$(/usr/local/sbin/read_xml_tag.sh boolean system/use_mfs_tmpvar) |
36 |
if [ "${USE_MFS_TMPVAR}" = "true" ]; then |
|
36 |
if [ "${USE_MFS_TMPVAR}" = "true" ] && [ ! -f /conf/ram_disks_failed ]; then
|
|
37 | 37 |
export PKG_DBDIR='/root/var/db/pkg' |
38 | 38 |
export PKG_CACHEDIR='/root/var/cache/pkg' |
39 | 39 |
fi |
Also available in: Unified diff
RAM Disk robustness improvements. Fixes NG 3173
state if the RAM disks cannot be created
which FreeBSD now prevents, but could result in errors.
sizing RAM disks
storage, RAM disks, or if set for RAM disks but they failed to work
the disk sizes
console. These messages can be commented out or removed in the future,
but are helpful for the time being.
(cherry picked from commit 82bf21fc37ef436f0d8439a84a97d61a7d5979b6)