Enable a few options from i386's INSTALL_SMALL that save as much space as
possible. I think this should save about 10k on prep's bootfloppies.
This commit is contained in:
parent
cd01d819fb
commit
f32de2a8cc
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.40 2006/05/10 17:28:41 garbled Exp $
|
||||
# $NetBSD: INSTALL,v 1.41 2006/05/10 17:53:12 garbled Exp $
|
||||
#
|
||||
# INSTALL -- Installation kernel
|
||||
#
|
||||
@ -12,7 +12,7 @@ makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size.
|
||||
# Enable the hooks used for initializing the ram-disk.
|
||||
options MEMORY_DISK_HOOKS
|
||||
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
|
||||
options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes
|
||||
options MEMORY_DISK_ROOT_SIZE=3500 # save space
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -38,7 +38,7 @@ file-system MSDOSFS # MS-DOS file system
|
||||
|
||||
# File system options
|
||||
#options FFS_EI # FFS Endian Independant support
|
||||
#options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
||||
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
||||
# immutable) behave as system flags.
|
||||
|
||||
@ -46,6 +46,7 @@ file-system MSDOSFS # MS-DOS file system
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
options MALLOC_NOINLINE # Not inlining MALLOC saves memory
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
|
||||
# Networking options
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
@ -70,7 +71,6 @@ options PCDISPLAY_SOFTCURSOR
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
||||
|
||||
#
|
||||
# Device configuration
|
||||
#
|
||||
@ -78,7 +78,6 @@ config netbsd root on ? type ?
|
||||
mainbus0 at root
|
||||
cpu0 at mainbus0
|
||||
|
||||
|
||||
# Basic Bus Support
|
||||
|
||||
# PCI bus support
|
||||
@ -175,9 +174,6 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
||||
# IDE controller found on most Power Personal machines
|
||||
wdc* at pnpbus?
|
||||
|
||||
# ISA Plug-and-Play IDE controllers
|
||||
#wdc* at isapnp?
|
||||
|
||||
# PCMCIA IDE controllers
|
||||
#wdc* at pcmcia? function ?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user