Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/common/bootimage Don't enable WAPBL in images.



details:   https://anonhg.NetBSD.org/src/rev/8396951a67f6
branches:  trunk
changeset: 782798:8396951a67f6
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue Nov 20 20:16:03 2012 +0000

description:
Don't enable WAPBL in images.

diffstat:

 distrib/common/bootimage/fstab.in         |  2 +-
 distrib/common/bootimage/fstab.install.in |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 3b8b7fa3252b -r 8396951a67f6 distrib/common/bootimage/fstab.in
--- a/distrib/common/bootimage/fstab.in Tue Nov 20 20:01:14 2012 +0000
+++ b/distrib/common/bootimage/fstab.in Tue Nov 20 20:16:03 2012 +0000
@@ -1,4 +1,4 @@
-/dev/@@BOOTDISK@@a     /               ffs     rw,log          1 1
+/dev/@@BOOTDISK@@a     /               ffs     rw              1 1
 /dev/@@BOOTDISK@@b     none            none    sw              0 0
 ptyfs          /dev/pts        ptyfs   rw              0 0
 kernfs         /kern           kernfs  rw,noauto       0 0
diff -r 3b8b7fa3252b -r 8396951a67f6 distrib/common/bootimage/fstab.install.in
--- a/distrib/common/bootimage/fstab.install.in Tue Nov 20 20:01:14 2012 +0000
+++ b/distrib/common/bootimage/fstab.install.in Tue Nov 20 20:16:03 2012 +0000
@@ -1,2 +1,2 @@
-/dev/@@BOOTDISK@@a     /               ffs     rw,log          1 1
+/dev/@@BOOTDISK@@a     /               ffs     rw              1 1
 tmpfs                  /tmp            tmpfs   rw              0 0



Home | Main Index | Thread Index | Old Index