NetBSD/sys/arch/evbarm/conf/RPI_INSTALL
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

15 lines
373 B
Plaintext

# $NetBSD: RPI_INSTALL,v 1.1 2013/03/19 22:16:54 garbled Exp $
#
# RPI_INSTALL -- RPI kernel with installation-sized
# ramdisk
#
include "arch/evbarm/conf/RPI"
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ramdisk
options MEMORY_DISK_ROOT_SIZE=7300
options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
options BOOTHOWTO=RB_SINGLE