summaryrefslogtreecommitdiff
path: root/distrib/utils
AgeCommit message (Collapse)Author
2014-02-24Rename NetBSD/hp700 to NetBSD/hppa.skrll
Unfortunately our VCS isn't very helpful here.
2014-02-19Improve luna68k md part of sysinst.tsutsui
- setup a boot UFS partition and install native bootloader - add messages how to setup NVRAM variables for firmware to load bootloader - enable swap on <= 32MB machines
2014-02-15Use msg_display(3) rather than printf(3) to print dobootblk messages.tsutsui
The latter won't show any characters on the sysinst screen and other ports have used the former.
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2013-12-21refer to our own h_errno so we don't fetch the libc onechristos
2013-12-07Add a tmpfs for /var/shm on machines with more than 16MB ram to the createdmartin
/etc/fstab.
2013-12-07Remove duplicated line for /etc/fstab in file listmartin
2013-11-28Put console=fb back as autodetect is bunged up.skrll
2013-11-22Fix /dev population of the evbarm images by using MAKEDEV -s and appendingskrll
to the mtree spec file passed to makefs.
2013-11-09vax specific gcc 4.8.1 hackschristos
2013-11-07remove unused variablechristos
2013-11-04fix unitialized variable accesschristos
2013-10-30-recognize CF cards by the magic value in inquiry datadrochner
-kill CFG_ATAPI_MASK, didn't see anything in the specs supporting that it exists
2013-10-30remove unused variablesmrg
2013-10-13Fix another botch of my dumb patch in PR/45990; add missing braces.tsutsui
The offset of MBR partition 0 was unintentionally set to 2048 even on small (<=128GB) disks. Probably we should rethink the threshold, but anyway sysinst(8) should follow fdisk(8) default. http://nxr.NetBSD.org/xref/src/sbin/fdisk/fdisk.c?r=1.145#1199 http://cvsweb.NetBSD.org/bsdweb.cgi/src/sbin/fdisk/fdisk.c#rev1.129 The problem is pointed out and analyzed by Simon Nicolussi in PR/48304. Should be pulled up to all netbsd-6* branches.
2013-09-16After discussions with cristos regarding the previous commit, heast
convinced me it was sufficient to define GZIP_CMD only in distrib/utils/embedded/mkimage and not again in the config files beagleboard.conf, rpi.conf, and rpi_inst.conf similar to how the other variables $src, $release, $mnt, ... are only defined there.
2013-09-14Fix build release of evbarm which had been failing in mkimageast
beagleboard_smp with the elusive message: "gzip: can't stat: gzip: No such file or directory" This was due to GZIP=gzip being defined in mkimage; we now use: GZIP_CMD=${TOOL_GZIP:-gzip} # ${GZIP} is special to gzip(1) as distrib/sets/sets.subr already does in these files as well: distrib/utils/embedded/mkimage distrib/utils/embedded/conf/beagleboard.conf distrib/utils/embedded/conf/rpi.conf distrib/utils/embedded/conf/rpi_inst.conf
2013-08-27avoid copying most of libc (except gethostent_r, which unfortunatelychristos
adds a resolver dependency) by callling the internal nsswitch functions.
2013-08-25provide the symbols sethostent.c in libc is missing.christos
2013-08-214th time's a charm (I hope). Make sure that we pick up the kernel path passed tojmcneill
mkimage command line, and not the default.
2013-08-20modernize, comment out dead code, amend gethostbyaddr prototype.christos
2013-08-19Instead of trying to pass two kernels to beagleboard.conf, pass one andjmcneill
derive the path to the second from the first.
2013-08-17Try to pick up the right location for BEAGLEBONE and BEAGLEBOARD kernels.jmcneill
2013-08-16support beaglebone and beagleboard with the same imagejmcneill
2013-08-01use console auto detection, ok nickjmcneill
2013-07-10Fix stack overflow.joerg
2013-07-05Keep both c: and d: paritions so this can work with systems that havematt
RAW_PART as 2 or 3. Addresses PR/47688.
2013-07-03Just split it into two strings and eliminate the newline.matt
This goes into .ident so the newline doesn't matter.
2013-06-28Use ANSI C string concatenationmatt
2013-06-27SSD cards is stupid.christos
2013-06-27explain -m betterchristos
2013-06-27tidy up, fix usagechristos
2013-06-16Use TOOL_GZIP in mkimage, and pass the TOOL_GZIP into it.jakllsch
2013-05-20If minwrites is set:christos
- set noatime, nodevmtime for root - use tmpfs for frequently written files - use unix sockets instead of fifos for postfix From: http://rich-tbp.blogspot.com/2013/03/netbsd-on-rpi-minimizing-disk-writes.html
2013-05-20- explanations for single letter flagschristos
- flag to add debug sets - flag to minimize writes to sd's
2013-05-14Add SET_X11_NOSERVERS for default installation sets.tsutsui
Althrough landisk doesn't have any screen console (except possible udl(4) and ukbd(4)), it's a good environment to build packages binaries for sh3el, including dreamcast.
2013-05-14Remove pasted but obsolete comments.tsutsui
2013-05-14Use the default MD_SETS_SELECTED for ports which have Xservers.tsutsui
2013-05-14Use the default MD_SETS_SELECTED in util.c which includes an Xserver set.tsutsui
luna68k has working Xserver so no need to specify md MD_SETS_SELECTED with SET_X11_NOSERVERS.
2013-04-21Enable rc_configured=YES in sysinst.isaki
The problem that sed was not contained in ramdisk was already gone. analized by tsutsui@. XXX Only hp300 and mvme68k seem to have the same problem.
2013-04-19More locale hacks.joerg
2013-04-18Override localeconv_l as well, when providing an alternativejoerg
implementation of localeconv.
2013-04-03Double extra to fix image size to fix build.htodd
2013-03-28For ffs, set bytes per inode to 4K. Otherwise we get a density based onjmcneill
the contents of the image, which aren't very useful after the file-system has been resized -- for rpi.img, this was 22K per inode!
2013-03-26Add def for KERNEL_9garbled
Get rid of unneeded disklabel -D in md.c Fix pr/47684 by getting rid of a stupid NULL.
2013-03-24Cleanup prelim_menu definition.joerg
2013-03-24Nothing uses the old small dhclient, and the new version is gigantic since itchristos
brings in libisc.
2013-03-24turn on devpubdjmcneill
2013-03-23Remove non-en translations. en is enough for poor Tier II ports.tsutsui
2013-03-23Remove rarely maintained and required non-en translations.tsutsui