Increase Non Ventoy Partition accuracy
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 44s

This commit is contained in:
Ward from fusion-voyager-3 2024-12-19 00:15:22 +03:00
parent 415e2eba36
commit 92e40c94ee
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
3 4

View File

@ -1,4 +1,4 @@
pika-live-booster-hooks (1.0-101pika2) pika; urgency=medium pika-live-booster-hooks (1.0-101pika3) pika; urgency=medium
* Initial release. * Initial release.

View File

@ -21,6 +21,7 @@ else
QUIET_MODE=false QUIET_MODE=false
fi fi
ISO_LABEL_NAME_PARAM="$(busybox grep -o 'ISO_LABEL_NAME=[^ ]*' /proc/cmdline | busybox awk -F= '{print $2}')"
VTOY_ISO_NAME_PARAM="$(busybox grep -o 'VTOY_ISO_NAME=[^ ]*' /proc/cmdline | busybox awk -F= '{print $2}')" VTOY_ISO_NAME_PARAM="$(busybox grep -o 'VTOY_ISO_NAME=[^ ]*' /proc/cmdline | busybox awk -F= '{print $2}')"
if [ "$QUIET_MODE" = false ] if [ "$QUIET_MODE" = false ]