From: Matthew Mondor Date: Wed, 5 Aug 2015 06:09:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=a1ae286f1adf12169f89b5f7d6491715acc809a9;p=mmondor.git *** empty log message *** --- diff --git a/netbsd/netbsd_improvements.txt b/netbsd/netbsd_improvements.txt index 2f0b4e7..6742188 100644 --- a/netbsd/netbsd_improvements.txt +++ b/netbsd/netbsd_improvements.txt @@ -10,6 +10,17 @@ Status, defined by the first column: * The fix that was submitted via PR was accepted and commited. +- The USB images really are minimal install images. It would be nice to have + an alternate official yet minimal live NetBSD distribution provided as both + CD/DVD and USB images. At least with basic commands, /rescue and in-base + X11. This would permit to test the NetBSD support on hardware quickly + without needing to perform an install. The kernel would use GENERIC instead + of INSTALL. There would not need to be any pre-installed pkgsrc packages. + For instance, if X11 starts, I could then use glxinfo, xvinfo... if it does + or doesn't, I could check ifconfig -a, dmesg, pcictl, hdaudioctl, etc... + I guess that I should however try building such a bootable USB image myself + basing myself on the mkliveimage or such script. + - Signed PAM implementation/files/configs, and requirement for correct signatures for the PAM library+tools to function @@ -33,7 +44,7 @@ Status, defined by the first column: new systems should come with an /etc/rlimit.conf file. #!/bin/sh # -# $Id: netbsd_improvements.txt,v 1.52 2015/08/04 02:46:01 mmondor Exp $ +# $Id: netbsd_improvements.txt,v 1.53 2015/08/05 06:09:57 mmondor Exp $ # # If too early at boot, the sysctl commands somehow fail.