]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - LiveCD/VTOY/ventoy/ventoy.sh
added Spanish (Latinoamérica) translation (#1865)
[Ventoy.git] / LiveCD / VTOY / ventoy / ventoy.sh
index baeb1a9b638550bee12d465302144d52cdd1aa37..50cf22f6e514105b9636723af47c478ee59e6770 100644 (file)
@@ -20,7 +20,7 @@ get_disk_size() {
 enum_disk() {
     id=1
     rm -f /device.list
-    ls /sys/block/ | egrep 'd[a-z]|nvme|mmc' | while read dev; do
+    ls /sys/block/ | egrep 'd[a-z]|nvme|mmc|nbd' | while read dev; do
         if ! [ -b /dev/$dev ]; then
             continue
         fi
@@ -180,7 +180,7 @@ vline=$(printf "*              Ventoy LiveCD %6s              *\r\n" "$VTVER")
 info "$vline"
 info "**************************************************"
 echo ""
-info "Scaning devices ......"
+info "Scanning devices ......"
 sleep 5
 
 enum_disk