Quote:
Originally Posted by [ACL]
sexy.. need to modd the rc again.
|
I know we have this in there already:
Code:
# Directory for putting things only root should see.
mkdir /mnt/secure 0700 root root
# Directory for staging bindmounts
mkdir /mnt/secure/staging 0700 root root
# Directory-target for where the secure container
# imagefile directory will be bind-mounted
mkdir /mnt/secure/asec 0700 root root
# Secure container public mount points.
mkdir /mnt/asec 0700 root system
mount tmpfs tmpfs /mnt/asec mode=0755,gid=1000
But /mnt doesn't exist in initrd like it did in rootfs, and it isn't mounted to anything elsewhere.