Skip to content

Instantly share code, notes, and snippets.

@systemdarena
systemdarena / arch-chroot
Created November 14, 2016 17:14
arch-chroot for fedora
#!/bin/bash
shopt -s extglob
# generated from util-linux source: libmount/src/utils.c
declare -A pseudofs_types=([anon_inodefs]=1
[autofs]=1
[bdev]=1
[binfmt_misc]=1
[cgroup]=1