From 4772ec9f4bc326d705888dcda49bcc395df74999 Mon Sep 17 00:00:00 2001 From: "Joshua M. Clulow" Date: Tue, 17 Aug 2021 23:21:53 -0700 Subject: 13983 onu could support updating on Helios Reviewed by: Andy Fiddaman Approved by: Robert Mustacchi --- usr/src/tools/scripts/onu.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/tools') diff --git a/usr/src/tools/scripts/onu.sh.in b/usr/src/tools/scripts/onu.sh.in index c461dfcf11..fb77577de8 100644 --- a/usr/src/tools/scripts/onu.sh.in +++ b/usr/src/tools/scripts/onu.sh.in @@ -104,7 +104,7 @@ prepare_image() print "**\n** Preparing for ONU from $distribution\n**" case $distribution in - omnios) + omnios|helios) # This removes files from the image that cause conflicts with # stock illumos-gate, and removes omnios-only kernel drivers # etc. @@ -162,7 +162,7 @@ case $distribution in openindiana) nlbrand=nlipkg ;; - omnios) + omnios|helios) nlbrand=ipkg ;; *) -- cgit v1.2.3