Curt Brune
Curt Brune
This goal has been stated numerous times. Here is a good reference: http://lists.opencompute.org/pipermail/opencompute-onie/2017-April/001388.html The main ideas: 1. ONIE should boot with UEFI Secure Boot enabled. 2. ONIE should verify that...
It would be great for the project to use public continuous integration and provide a public dashboard of current build status. Nice features that come to mind: - build every...
This issue springs from the good comments of @david56 made in #762. It would be better for machines to specify "use the default", instead of hard coding a kernel version...
Restarting a build after the xtool build fails does not work correctly. A `make distclean` is required first.
For end users, debugging why ONIE is not downloading their image can be challenging. Also using ssh to access the box can also be challenging. The most common scenario for...
The ask here is for more informative help when a user logs into the console. When a user logs in, the contents of `/etc/issue` is disabled on the console. Currently...
The recording keeping mechanism uses the filename of the update as an index into the list of update records. That causes problems when installing the same update twice. The most...
It would be nice if ONIE supported https:// , but it does not. The wget provided by busybox does not support https and it probably never will. It gets a...
ONIE only attempts full http wget on servers that are listening on port 80. It tries to connect to port 80 using `nc` and then if successful attempts the http...
The documentation surrounding firmware updates is poor. Need to pull together docs from the mailing list and commits, then update the wiki. Recent thread with what a HW vendor needs...