]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - LiveCD/VTOY/ventoy/init.sh
Update vtoytool
[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
13 ln -s /lib /lib64
14 exec /init