minix/releasetools
Kees Jongenburger 8a3677def0 build:refactor arm_sdimage.sh as to no longer require root.
There where two reasons for needing root access while making ARM builds. The
first reason was that we needed root permissions to create device nodes and
assign permissions to files. The second reason we needed root was that we used
loop mounted files to copy the build output to the file backed storage.

The first problem is solved by building in unprivileged mode (adding -U) during
compilation. The second problem is solved by using mcopy to put files on the
fat partition and use the mkfs.mfs proto files to create MFS file system.

Future work might be to replace this script by the netbsd makefs tool.

Change-Id: Ibba61d4cad053f7c1ede26169d5214065a4939d8
2013-04-23 11:24:12 +02:00
..
release/cd Rename tools to releasetools 2012-06-18 10:53:37 +00:00
arm_sdimage.sh build:refactor arm_sdimage.sh as to no longer require root. 2013-04-23 11:24:12 +02:00
cmdline.txt kernel, ramdisk: some boot unification 2013-03-07 14:29:27 +00:00
issue.install Rename tools to releasetools 2012-06-18 10:53:37 +00:00
Makefile Adding missing dependency on libraries for hdboot 2013-04-09 16:41:52 +02:00
mkboot Replace tell_config with NetBSD osrelease.sh 2013-01-25 18:44:17 +01:00
nbsd.config Rename tools to releasetools 2012-06-18 10:53:37 +00:00
nbsd_diff.sh Rename tools to releasetools 2012-06-18 10:53:37 +00:00
nbsd_ports Downgrading to netbsd zlib version 2013-04-09 16:43:13 +02:00
packages.install packages.install: remove obsolete minix-all pkg. 2013-03-19 00:29:44 +01:00
release.functions Installation CD: add AHCI option to boot menu 2012-10-16 10:34:58 +02:00
release.sh release.sh: pkg_install should be installed 1st 2013-03-19 00:29:45 +01:00
sort_set.sh build:add script to sort netbsd sets and sort minix/mi. 2013-04-21 21:35:49 +02:00
tell_config Replace tell_config with NetBSD osrelease.sh 2013-01-25 18:44:17 +01:00
uEnv.txt arm:cleanup remove special case memory handling. 2013-04-12 20:52:57 +02:00