Skip to content

Instantly share code, notes, and snippets.

View hyperbolik's full-sized avatar

Karl Brandenberger hyperbolik

View GitHub Profile
@hyperbolik
hyperbolik / arch-chroot.sh
Created July 29, 2022 04:17 — forked from bhelm/arch-chroot.sh
Chroot script from Archlinux (arch-chroot), works on any distri
#!/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
[bpf]=1
[binfmt_misc]=1