diff options
author | 2008-07-02 03:00:03 +0000 | |
---|---|---|
committer | 2008-07-02 03:00:03 +0000 | |
commit | d18bdbd596efb21a3aed229f7567d687f68ae22a (patch) | |
tree | 3eff75dee4c3e7294ad0d03eed557efc35bd725d | |
parent | * Dynamically set the rbus start address. from netbsd. (diff) | |
download | wireguard-openbsd-d18bdbd596efb21a3aed229f7567d687f68ae22a.tar.xz wireguard-openbsd-d18bdbd596efb21a3aed229f7567d687f68ae22a.zip |
Enable FFS2.
ok deraadt@
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index 2c98324a41f..68530040623 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.83 2008/07/01 18:58:20 todd Exp $ +# $OpenBSD: RAMDISK,v 1.84 2008/07/02 03:00:03 brad Exp $ # # Diskless kernel config # @@ -11,6 +11,7 @@ option SCSITERSE option DDB # in-kernel debugger option FFS # UFS +option FFS2 # UFS2 option NFSCLIENT # Network File System client option CD9660 # ISO 9660 + Rock Ridge file system #option UDF # UDF (DVD) file system |