]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/suse/udev_setup_hook.sh
1.1.07 release
[Ventoy.git] / IMG / cpio / ventoy / hook / suse / udev_setup_hook.sh
index ff7966641a770bc01fd6ddf6f09d546a4eec4d84..d222f6689f8e0b221e13ffd8e53389a66d753ff9 100644 (file)
@@ -40,3 +40,11 @@ fi
 if $GREP -q 'mediacheck=1' /proc/cmdline; then   
     ventoy_copy_device_mapper "${vtdiskname}"
 fi
+
+if [ -f /ventoy/autoinstall ]; then
+    sh /ventoy/hook/default/auto_install_varexp.sh  /ventoy/autoinstall
+fi
+if [ -f /autoinst.xml ]; then
+    sh /ventoy/hook/default/auto_install_varexp.sh  /autoinst.xml
+fi
+