Fix a bug when booting latest Alpine linux.

This commit is contained in:
longpanda
2022-05-31 16:42:41 +08:00
parent 7b70a5278a
commit 2cd22da8fb
4 changed files with 35 additions and 17 deletions

View File

@@ -0,0 +1,4 @@
for i in 1 2; do
if [ $i -eq 2 ]; then
/ventoy/busybox/sh /ventoy/hook/alpine/udev_disk_hook.sh
fi