summaryrefslogtreecommitdiff
path: root/archrm.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-04-10 13:08:33 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2017-04-16 23:20:29 -0400
commitd209a589f690723e5aa14f94a3b5c57222f31c54 (patch)
treecb88b7b5063bc6a97c8ee3f2bf6187ae9ee398b5 /archrm.in
parent49088b0860276c664933c2b3e36a2fef714b7a07 (diff)
downloaddevtools32-d209a589f690723e5aa14f94a3b5c57222f31c54.tar.xz
makechrootpkg: delete_chroot: Fix the is-btrfs-subvolume check.
First of all, it ran `is_btrfs "$chrootdir"` to decide if it was on btrfs, but $chrootdir wasn't defined locally; it just happens to work because $chrootdir was defined in main(). (I noticed this because in Parabola, it is called differently, so $chrootdir was empty). So I was tempted to just change it to `is_btrfs "$copydir"`, but if $copydir is just a regular directory on a btrfs filesystem, then it It would leave much of $copydir intact. What we really care about is if $copydir is a btrfs subvolume; which we can check by combining the is_btrfs check with inspecting the inum of the directory. I put this combined check in lib/archroot.sh:is_subvolume. https://lists.archlinux.org/pipermail/arch-projects/2013-September/003901.html
Diffstat (limited to 'archrm.in')
0 files changed, 0 insertions, 0 deletions