]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/cpio/ventoy/hook/rhel7/ventoy-timeout.sh
1. Add a new feature to directly boot wim files
[Ventoy.git] / IMG / cpio / ventoy / hook / rhel7 / ventoy-timeout.sh
index 5fa98f8b0d18e03b9c374ac6a685fad5358d8431..a5db322c2e1082ad8f8d1262609a6e17762cb311 100644 (file)
@@ -27,6 +27,7 @@ blkdev_num=$(dmsetup ls | grep ventoy | sed 's/.*(\([0-9][0-9]*\),.*\([0-9][0-9]
 vtDM=$(ventoy_find_dm_id ${blkdev_num})
 
 vtlog "diskroot $vtDM ..."
-/sbin/initqueue --settled --onetime --name anaconda-diskroot anaconda-diskroot  /dev/$vtDM
+/sbin/anaconda-diskroot /dev/dm-0    
+#/sbin/initqueue --settled --onetime --name anaconda-diskroot anaconda-diskroot  /dev/$vtDM
 
 PATH=$VTPATH_OLD