]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - IMG/cpio/ventoy/hook/debian/list-devices
最近收到一些特殊的错误报告,最后证明是非标准的Ventoy环境的原因。尤其是单分区下环境下使用 Ventoy 。
[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 $*