From a32ea623602df516c6c27753f354ef07ff69c434 Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 2 Aug 2008 14:30:37 +0000 Subject: [PATCH] Note in WAPBL entry that the super block needs to be in UFS2 format. --- UPDATING | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/UPDATING b/UPDATING index b5a8816cb2de..5d1aa59954c6 100644 --- a/UPDATING +++ b/UPDATING @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.175 2008/08/01 07:34:57 simonb Exp $ +$NetBSD: UPDATING,v 1.176 2008/08/02 14:30:37 simonb Exp $ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -21,7 +21,9 @@ Recent changes: time isn't backwards compatible with pre-WAPBL aware kernels and userland (fsck_ffs in particular). Please make sure you don't use a journaled filesystem with an older kernel/userland, - especially an uncleanly mounted journaled filesystem. + especially an uncleanly mounted journaled filesystem. WAPBL + also requires the super block to be in the UFS2 format. You + can use fsck_ffs -c 4 to update the superblock format. 20080721: Assembler warnings are now fatal if $WARNS>0 and $NOGCCERROR