diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-15 06:06:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-15 06:06:42 +0000 |
| commit | 53d52f0b40480f5a007187911c1f13162c49b8aa (patch) | |
| tree | 02aa7702909acc2267c839eb96688b95ea8f75c9 | |
| parent | af0e6bcdf07c602bf2770f44779106e62078ec75 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC | 1 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index c8051d856244..67ead75307be 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -51,6 +51,7 @@ options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] +options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index c8051d856244..67ead75307be 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -51,6 +51,7 @@ options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] +options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem |
