Home | History | Annotate | Download | only in conf

Lines Matching refs:mnt

14 cat > ${mnt}/etc/fstab << EOF
35 cat >> ${mnt}/etc/rc.conf << EOF
48 mkdir -p ${mnt}/${d}
52 rm -rf ${mnt}/var/tmp
53 (cd ${mnt}/var && ln -s /tmp tmp)
56 (cat ${mnt}/etc/csh.cshrc;echo "setenv PKG_DBDIR /usr/pkg/.dbdir") > ${tmp}
57 mv ${tmp} ${mnt}/etc/csh.cshrc
58 (cat ${mnt}/etc/profile;echo "export PKG_DBDIR=/usr/pkg/.dbdir") > ${tmp}
59 mv ${tmp} ${mnt}/etc/profile
61 mv ${tmp} ${mnt}/etc/mk.conf
62 (cd ${mnt}/usr && ln -s /pkgs/usr/pkg pkg)
67 (cd ${custom} && pax -rwpe . ${mnt})
70 df ${mnt}