diff options
author | Ian Lepore <ian@FreeBSD.org> | 2014-03-07 21:36:49 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2014-03-07 21:36:49 +0000 |
commit | 6f5f9035f7cb48cc35391dba953245c07e3ac3ef (patch) | |
tree | ec9af09dcb31406e64e198363617dd2977add276 /sys/arm/conf/DREAMPLUG-1001 | |
parent | 27c43fe1f3795622c5bd4bbfc465a29a800c0799 (diff) |
Strip arm/conf/DEFAULTS down to just items that are mandatory for running
the architecture. Move the other contents into each of the individual
config files.
Requested by: imp
Notes
Notes:
svn path=/head/; revision=262905
Diffstat (limited to 'sys/arm/conf/DREAMPLUG-1001')
-rw-r--r-- | sys/arm/conf/DREAMPLUG-1001 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/DREAMPLUG-1001 b/sys/arm/conf/DREAMPLUG-1001 index baebc77ecca4..7598c74100cd 100644 --- a/sys/arm/conf/DREAMPLUG-1001 +++ b/sys/arm/conf/DREAMPLUG-1001 @@ -35,6 +35,7 @@ options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options SOFTUPDATES +options TMPFS #Efficient memory filesystem options CD9660 #ISO 9660 filesystem options FFS #Berkeley Fast Filesystem options MSDOSFS #MS DOS File System (FAT, FAT32) @@ -43,6 +44,8 @@ options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions +options GEOM_PART_BSD #BSD partition scheme +options GEOM_PART_MBR #MBR partition scheme options GEOM_ELI # Disk encryption. options GEOM_LABEL # Providers labelization. options GEOM_PART_GPT # GPT partitioning |