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 ]