Lines Matching refs:rootfs
84 APK The apk-tools binary to use when building rootfs. If not set
257 || die 3 'Failed to execute /bin/true in chroot, the builded rootfs is broken!'
409 path:,release:,rootfs:,help,mapped-uid:,mapped-gid: -- "$@")
420 rootfs=
446 --rootfs)
447 rootfs=$2; shift 2
479 if [ -z "$rootfs" ] && [ -f "$path/config" ]; then
480 rootfs="$(sed -nE 's/^lxc.rootfs\s*=\s*(.*)$/\1/p' "$path/config")"
482 if [ -z "$rootfs" ]; then
483 rootfs="$path/rootfs"
496 run_exclusively "$arch" 30 install "$rootfs" "$arch" "$release" "$extra_packages"
499 einfo "Container's rootfs and config have been created"