From 92e40c94ee896cf5adc5d6d74b83cfb2a1a99538 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 19 Dec 2024 00:15:22 +0300 Subject: [PATCH] Increase Non Ventoy Partition accuracy --- .github/release-nest-v3 | 2 +- pika-live-booster-hooks/debian/changelog | 2 +- .../usr/share/booster/hooks-early/01_pika_live.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index e440e5c..bf0d87a 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -3 \ No newline at end of file +4 \ No newline at end of file diff --git a/pika-live-booster-hooks/debian/changelog b/pika-live-booster-hooks/debian/changelog index edfc253..d253999 100644 --- a/pika-live-booster-hooks/debian/changelog +++ b/pika-live-booster-hooks/debian/changelog @@ -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. diff --git a/pika-live-booster-hooks/usr/share/booster/hooks-early/01_pika_live.sh b/pika-live-booster-hooks/usr/share/booster/hooks-early/01_pika_live.sh index 826e8c8..44bada4 100755 --- a/pika-live-booster-hooks/usr/share/booster/hooks-early/01_pika_live.sh +++ b/pika-live-booster-hooks/usr/share/booster/hooks-early/01_pika_live.sh @@ -21,6 +21,7 @@ else QUIET_MODE=false 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}')" if [ "$QUIET_MODE" = false ]