diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-05-21 07:19:25 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-05-21 07:19:25 +0000 |
commit | 00d8752b18abbef2e7ef11d072db89bb24e5053a (patch) | |
tree | cf6ac770dc964ba95489aff9081dedd08d8209e5 /sys/arch | |
parent | fdda933ba312bd00738a4b36959d08786e3b9254 (diff) |
Copy dtb files to miniroots and install disk. Increase the ramdisk size
and force long filenames on the first mount of fat 16 filesystems so
this works.
U-boot scripts have not yet been changed to load these files.
ok kettenis@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index cda7119663b..f33760723db 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.8 2016/05/02 08:15:55 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.9 2016/05/21 07:19:24 jsg Exp $ machine armv7 arm @@ -13,7 +13,7 @@ option SMALL_KERNEL option NO_PROPOLICE option BOOT_CONFIG -option MINIROOTSIZE=10240 +option MINIROOTSIZE=15360 option RAMDISK_HOOKS option FFS |