Actions
Feature #13983
closedonu could support updating on Helios
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Oxide Computer Company is working on an appliance distribution that is, at present, mostly just OmniOS with a different /etc/os-release
file. As such, it would help if onu
would recognise that Helios and OmniOS are fundamentally similar, and apply the same facet transformations. Things may diverge more in the future, but this would help for now.
Related issues
Updated by Joshua M. Clulow over 2 years ago
- Related to Feature #13642: onu could support updating on OmniOS added
Updated by Joshua M. Clulow over 2 years ago
Testing Notes¶
Did a stock gate build on a Helios system and tried to:
pfexec usr/src/tools/proto/root_i386-nd/opt/onbld/bin/onu -t testing-onu-1 -d packages/i386/nightly-nd -v
This did not work, because of conflicting packages. I then cherry-picked the change into the gate, and ran dmake setup
, and then tried again. The update completed without conflicts.
Updated by Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 4772ec9f4bc326d705888dcda49bcc395df74999
commit 4772ec9f4bc326d705888dcda49bcc395df74999 Author: Joshua M. Clulow <josh@sysmgr.org> Date: 2021-08-18T06:21:54.000Z 13983 onu could support updating on Helios Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions