]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/rhel7/ventoy-inotifyd-hook.sh
1. Add a new feature to directly boot wim files
[Ventoy.git] / IMG / cpio / ventoy / hook / rhel7 / ventoy-inotifyd-hook.sh
index 5787f5e4034cd0a099388eb46a0664187b34f94e..d79bb2df30a3b0730c402a284f5ec836e81e715d 100644 (file)
@@ -42,7 +42,8 @@ if is_inotify_ventoy_part $3; then
     fi
     
     vtlog "set anaconda-diskroot ..."
-    /sbin/initqueue --settled --onetime --name anaconda-diskroot anaconda-diskroot  /dev/dm-0
+    /sbin/anaconda-diskroot /dev/dm-0    
+    #/sbin/initqueue --settled --onetime --name anaconda-diskroot anaconda-diskroot  /dev/dm-0
     
     set_ventoy_hook_finish
 fi