*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 5 Aug 2015 06:09:57 +0000 (06:09 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 5 Aug 2015 06:09:57 +0000 (06:09 +0000)
netbsd/netbsd_improvements.txt

index 2f0b4e7..6742188 100644 (file)
@@ -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.