summaryrefslogtreecommitdiff
path: root/usr/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/tools')
-rw-r--r--usr/src/tools/scripts/onu.sh.in4
1 files changed, 2 insertions, 2 deletions
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
;;
*)