git: initrd: symlink tmp to var/tmp to save a second tmpfs mount

Aaron LI aly at crater.dragonflybsd.org
Fri Jun 8 01:03:07 PDT 2018


commit 2c6b09fdbe57f3e43b56cb5e7d8fc589aa70c0b0
Author: Aaron LI <aly at aaronly.me>
Date:   Fri Jun 1 14:57:37 2018 +0800

    initrd: symlink tmp to var/tmp to save a second tmpfs mount
    
    Since a tmpfs is required to mount at /var in the initrd, symlink /tmp to
    /var/tmp to save a second tmpfs mount.
    
    Add /mnt to the initrd hierarchy, which may be used by the user to manually
    mount filesystems.  (Suggested-by: zrj)

Summary of changes:
 etc/defaults/mkinitrd.conf | 4 +++-
 sbin/mkinitrd/mkinitrd.sh  | 9 +++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2c6b09fdbe57f3e43b56cb5e7d8fc589aa70c0b0


-- 
DragonFly BSD source repository


More information about the Commits mailing list