index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | Add '#!/hint/bash' headers to non-executable bash files. | Luke Shumaker | |
This provides a cross-editor hint that the syntax of the file is Bash. | |||
2017-03-07 | archbuild/makechrootpkg: Delete subvolumes in roots | Jan Alexander Steffens (heftig) | |
The systemd package creates a subvolume at /var/lib/machines (through tmpfiles), if it can. We need to delete this subvolume before we can delete the parent subvolume. Look through the root for inodes with the number 256. These identify subvolume roots. | |||
2017-03-07 | lib/archroot.sh: Add is_btrfs helper | Jan Alexander Steffens (heftig) | |
2017-03-07 | lib/archroot.sh: Simplify check_root | Jan Alexander Steffens (heftig) | |
Move the function and save the orig_argv right along it. | |||
2017-03-07 | lib/archroot.sh: Move CHROOT_VERSION to a common file | Jan Alexander Steffens (heftig) | |