]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - LiveCD/VTOY/ventoy/init.sh
最近收到一些特殊的错误报告,最后证明是非标准的Ventoy环境的原因。尤其是单分区下环境下使用 Ventoy 。
[Ventoy.git] / LiveCD / VTOY / ventoy / init.sh
1 #!/bin/sh
2
3 cat /ventoy/modlist | while read line; do
4 if [ -e /ventoy/drivers/${line}.ko ]; then
5 insmod /ventoy/drivers/${line}.ko
6 fi
7 done
8
9 sleep 5
10
11 echo "sh /ventoy/profile.sh" >> /root/.profile
12 exec /init