From: Ben Gras Date: Thu, 5 Jan 2012 23:28:08 +0000 (+0100) Subject: Added UPDATING about mfs clean flag changes. X-Git-Tag: v3.2.0~149 X-Git-Url: http://zhaoyanbai.com/repos/man.nsec3hash.html?a=commitdiff_plain;h=3e4fa99098e2405db29a7287e52e0a5724b96fa1;p=minix.git Added UPDATING about mfs clean flag changes. --- diff --git a/docs/UPDATING b/docs/UPDATING index 293931c4c..4a2c87543 100644 --- a/docs/UPDATING +++ b/docs/UPDATING @@ -1,3 +1,15 @@ +20111222: + The latest mkfs.mfs and fsck.mfs must be installed in + /sbin when building a new image, and booting with the new mfs, + and the new system rc script must be installed that invokes the new + fsck driver. + + Do this BEFORE a 'make world': + # make clean etcfiles includes libraries + # make -C commands/mkfs.mfs clean install + # make -C commands/fsck.mfs clean install + Then 'make clean world' as usual. + 20111212: After a successful "make world", issue the following commands: # cd /dev