X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=mount-latest-subvol;h=359b534337669090503de236c2ab30467c35b4dd;hb=0b6d44c7f3d567e0a26138509c8a24cb57c69b50;hp=540f9ab3a6278cb1ccad24890e74d9f93c1ee2f7;hpb=a7f9b883055cb1c4056469d498c7bc6564670c37;p=distro-setup diff --git a/mount-latest-subvol b/mount-latest-subvol index 540f9ab..359b534 100644 --- a/mount-latest-subvol +++ b/mount-latest-subvol @@ -130,7 +130,14 @@ ret=0 ##### begin setup fstab for subvols we care about ###### root_dev=$(awk '$2 == "/" {print $1}' /etc/mtab) - +if [[ $root_dev == /dev/dm-* ]]; then + for d in /dev/mapper/*; do + if [[ $(readlink -f $d) == $root_dev ]]; then + root_dev=$d + break + fi + done +fi if cryptsetup status $root_dev &>/dev/null; then crypt_dev=$root_dev @@ -220,7 +227,8 @@ for vol in q a o i; do # if latest is already mounted, make sure binds are mounted and move on e check-subvol-stale $d - if [[ -e /nocow/btrfs-stale/${d##*/} ]] ; then + # populated by check-subvol-stale if stale + if ! fresh_snap=$(cat /nocow/btrfs-stale/$vol 2>/dev/null); then mnt $d for b in ${binds[@]}; do mnt $b @@ -228,14 +236,6 @@ for vol in q a o i; do continue fi - # populated by check-subvol-stale - fresh_snap=$(