Lines Matching full:rootfs
37 # Install packages using pkg(8) into a container with rootfs at $3
41 local rootdir=${workdir}/rootfs
91 if [ -d ${workdir}/rootfs ]; then
92 chflags -R 0 ${workdir}/rootfs
93 rm -rf ${workdir}/rootfs
95 mkdir -p ${workdir}/rootfs
97 tar -C ${workdir}/rootfs -xf ${base_workdir}/rootfs.tar.gz
112 tar -C ${workdir}/rootfs --strip-components 1 --no-read-sparse -cf ${workdir}/rootfs.tar .
113 local diff_id=$(sha256 -q < ${workdir}/rootfs.tar)
114 gzip -f ${workdir}/rootfs.tar
116 local root_hash=$(sha256 -q < ${workdir}/rootfs.tar.gz)
117 local root_size=$(stat -f %z ${workdir}/rootfs.tar.gz)
125 …e_time}\",\"architecture\":\"${oci_arch}\",\"os\":\"freebsd\"${config},\"rootfs\":{\"type\":\"laye…
136 ln ${workdir}/rootfs.tar.gz ${workdir}/oci/blobs/sha256/${root_hash}