Open pelepelin opened 1 year ago
destroy script does not canonicalize script path properly and so mount points are incorrectly filtered out.
destroy
root@router:/tmp/mnt/Sea2T/root-home/alpine-chroot-install# ../alpine3/destroy If you want to remove /mnt/Sea2T/root-home/alpine3 directory, run: ../alpine3/destroy --remove root@router:/tmp/mnt/Sea2T/root-home/alpine-chroot-install# /mnt/Sea2T/root-home/alpine3/destroy If you want to remove /mnt/Sea2T/root-home/alpine3 directory, run: /mnt/Sea2T/root-home/alpine3/destroy --remove root@router:/tmp/mnt/Sea2T/root-home/alpine-chroot-install# /tmp/mnt/Sea2T/root-home/alpine3/destroy Unmounting /tmp/mnt/Sea2T/root-home/alpine3/sys/kernel/debug Unmounting /tmp/mnt/Sea2T/root-home/alpine3/sys Unmounting /tmp/mnt/Sea2T/root-home/alpine3/proc Unmounting /tmp/mnt/Sea2T/root-home/alpine3/dev/pts Unmounting /tmp/mnt/Sea2T/root-home/alpine3/dev If you want to remove /tmp/mnt/Sea2T/root-home/alpine3 directory, run: /tmp/mnt/Sea2T/root-home/alpine3/destroy --remove
(Paths like /tmp/mnt are usual for routers.)
/tmp/mnt
destroy
script does not canonicalize script path properly and so mount points are incorrectly filtered out.(Paths like
/tmp/mnt
are usual for routers.)