spawnguin/unbind

8 lines
100 B
Text
Raw Permalink Normal View History

2025-08-14 22:40:28 +10:00
#!/usr/bin/env bash
ROOT="build/rootfs"
umount "$ROOT/proc"
umount "$ROOT/dev"
umount "$ROOT/sys"