Hi, I intend to submit the following package to Factory: https://build.opensuse.org/package/show/utilities/arch-install-scripts These scripts are familiar to anyone who has ever installed Arch Linux, but are distro-independent and can prove useful when doing a manual installation (`zypper --root /mnt`), or recovery of a non-booting system. As a testimonial to this package's usefulness, the first Google result for `arch-install-scripts` for me is not any page on the Arch website, but the Debian package catalog where it is described as “useful for debootstrapping a Debian-based system”. The included scripts are: * genfstab — Generates `etc/fstab` based on the running system's mounts. * arch-chroot — Chroot wrapper with automatic bind mount setup and teardown. Can be used in a pinch as a poor man's docker substitute.