Commit Graph

1674 Commits

Author SHA1 Message Date
htodd
297d30db54 Double extra to fix image size to fix build. 2013-04-03 19:37:43 +00:00
jmcneill
b40b80aea7 For ffs, set bytes per inode to 4K. Otherwise we get a density based on
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-28 00:20:02 +00:00
garbled
143c554557 Add def for KERNEL_9
Get rid of unneeded disklabel -D in md.c
Fix pr/47684 by getting rid of a stupid NULL.
2013-03-26 20:56:54 +00:00
joerg
18115f664e Cleanup prelim_menu definition. 2013-03-24 20:57:19 +00:00
christos
a34568e5de Nothing uses the old small dhclient, and the new version is gigantic since it
brings in libisc.
2013-03-24 20:26:29 +00:00
jmcneill
8dfeb61e2b turn on devpubd 2013-03-24 14:11:59 +00:00
tsutsui
1623b8ef7d Remove non-en translations. en is enough for poor Tier II ports. 2013-03-23 18:15:06 +00:00
tsutsui
f8c98e11e4 Remove rarely maintained and required non-en translations. 2013-03-23 17:29:38 +00:00
gson
6b07865853 Sync non-English messages with the changes of msg.mi.en 1.179 to the
best of my ability.
2013-03-23 15:53:48 +00:00
gson
ef78fd8e39 Fix some nits in the English messages for the recently added debug
sets: rename the "Source sets" group to "Source and debug sets" to
better reflect its current content, describe the indivdual sets as
containing as "debug symbols" instead of "debug sets", and capitalize
them to be consistent with the messages for other sets.
2013-03-23 15:36:43 +00:00
he
bc3f14a392 Add the ability to install the KUROBOX_PRO kernel.
Adds the ability to handle 9 different kernel sets (was 8).
2013-03-23 11:50:02 +00:00
garbled
1630987ad9 Fix an empty shell function here, per Greg Troxel. Apparently empty shell
functions are not 100% portable.
2013-03-20 14:47:20 +00:00
garbled
4daade7385 Add a new installer image for Raspberry PI to evbarm
Includes the following major changes:

1) Add new configmenu item to sysinst to allow creation of users at
post-install time.
2) Add an sshramdisk type to evbarm, which is a ramdisk with sshd
enabled, allowing users to install on a headless PI by sshing to the
device with the account "sysinst" password "netbsd" to begin the
installation. (Note, neither the account, nor the ssh setup are copied to
the finalized installation image)
3) Change mkimage to build a boot-only image, without the root filesystems.

Much of the sshramdisk code could be reused on other ports easily.
2013-03-19 22:16:52 +00:00
christos
b5b92792fe fix debugging sets 2013-03-16 22:16:02 +00:00
christos
55f00bfae2 add debugging sets 2013-03-16 17:10:16 +00:00
htodd
259801b095 Disklabel need to use sectors, not bytes. Thanks to agc. 2013-03-01 14:28:22 +00:00
hans
93170f635e Use HOST_SH to run scripts. Makes mkimage work on SunOS. 2013-02-21 15:13:10 +00:00
riz
3d6cc52bac Use "gzip -dc" instead of "zcat" - some versions of zcat don't grok
gzip.
2013-02-20 18:33:37 +00:00
jmcneill
6d1c375231 gzcat -> zcat 2013-02-17 20:49:16 +00:00
christos
1b766d2e25 don't use [ -f $i ] && cat $i, since we are using -e 2013-02-15 00:13:06 +00:00
jmcneill
fcc410b7f2 add extra space to root partition 2013-02-12 12:45:12 +00:00
jmcneill
fbdc5d584c create /proc and /kern 2013-02-12 12:04:39 +00:00
jmcneill
bdad5df232 set -e 2013-02-11 18:11:20 +00:00
jmcneill
946e7a0ac0 set rc_configured=YES and a hostname 2013-02-10 23:37:32 +00:00
christos
84914efcd2 start with the original rc.conf 2013-02-10 23:28:19 +00:00
jmcneill
688db5d3b9 dont use echo -n 2013-02-10 21:51:53 +00:00
jmcneill
f27066f7f8 set src= before pulling in host config 2013-02-10 21:51:05 +00:00
jmcneill
8d6503c8a0 no sh -x 2013-02-10 16:56:38 +00:00
jmcneill
0c9570f8f3 fix msdos mbr partition size calculation 2013-02-10 16:56:01 +00:00
christos
3a09eb2df7 don't dup -F 2013-02-10 16:13:23 +00:00
christos
5f6d18eead no objmachine by default. 2013-02-10 16:13:00 +00:00
christos
c4b361419a add -F to fdisk 2013-02-10 16:12:37 +00:00
christos
5e2ed7b35e remove trailing whitespace from EOF 2013-02-10 16:06:24 +00:00
jmcneill
c399bff929 make sure kernel is installed as netbsd.ub 2013-02-10 15:56:57 +00:00
christos
a744bfd880 mass -N db to makefs too 2013-02-10 15:51:59 +00:00
christos
c7678cc71d specify a database for mtree. 2013-02-10 15:45:33 +00:00
jmcneill
d46a4c5ba4 dont call mtree directly 2013-02-10 15:35:34 +00:00
christos
da71c141ee really calling disklabel with the arguments of fdisk does not work. 2013-02-10 03:09:07 +00:00
christos
c4c65e1ca7 - remove dup trap
- compare size to 0 for autosizing
- remove .gz file before compressing.
2013-02-10 02:09:47 +00:00
christos
2ef0e4eae7 add compression support. 2013-02-10 01:28:42 +00:00
christos
fec034cae5 handle renaming and uncompressing the kernel 2013-02-09 20:47:46 +00:00
christos
2b70ceaf90 add tool hooks. 2013-02-09 18:50:11 +00:00
jmcneill
473f858720 fix usage again -- -D specifies destdir not releasedir
include conf/${h}.conf not conf/rpi.conf
fix ./mkimage: line 110: "7" - 1 : syntax error: operand expected (error token is ""7" - 1 ")
2013-02-09 11:20:56 +00:00
jmcneill
eb893c8eed keep beagleboard conf in sync with rpi 2013-02-09 11:19:55 +00:00
jmcneill
35ad314c0b fix usage 2013-02-09 11:15:14 +00:00
jmcneill
5dd616cd7a add missing } 2013-02-09 11:07:26 +00:00
christos
abb21374ec change to take the full kernel path 2013-02-08 19:16:53 +00:00
christos
9173721edf fix options 2013-02-08 19:14:14 +00:00
christos
bb4ac1abd6 switch to makefs 2013-02-03 09:16:24 +00:00
skrll
247d96dca1 Add the tests sets by default. Tweak the usage output. 2013-01-30 07:40:34 +00:00