initrd: symlink tmp to var/tmp to save a second tmpfs mount
authorAaron LI <aly@aaronly.me>
Fri, 1 Jun 2018 06:57:37 +0000 (14:57 +0800)
committerAaron LI <liweitianux@live.com>
Fri, 8 Jun 2018 08:02:29 +0000 (16:02 +0800)
commit2c6b09fdbe57f3e43b56cb5e7d8fc589aa70c0b0
tree7f77150ac78f53b57176fae135b88f903a448267
parentfa8f1016ba7a7a1aca1f77c6fa6b838fabdb774e
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)
etc/defaults/mkinitrd.conf
sbin/mkinitrd/mkinitrd.sh