]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - IMG/cpio/ventoy/hook/debian/list-devices
keep up with 1.0.67 (#1464)
[Ventoy.git] / IMG / cpio / ventoy / hook / debian / list-devices
1 #! /bin/sh
2
3 if [ "$1" = "usb-partition" -a -z "$2" ]; then
4 if [ -f /ventoy/list-devices-usb-part ]; then
5 cat /ventoy/list-devices-usb-part
6 fi
7 fi
8
9 /bin/list-devices-bk $*