Module Name: src Committed By: tsutsui Date: Sat Jun 26 00:28:19 UTC 2021
Modified Files: src/distrib/amiga/miniroot: install.md Log Message: Remove an obsolete comment. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/distrib/amiga/miniroot/install.md Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/amiga/miniroot/install.md diff -u src/distrib/amiga/miniroot/install.md:1.32 src/distrib/amiga/miniroot/install.md:1.33 --- src/distrib/amiga/miniroot/install.md:1.32 Thu Feb 25 21:46:55 2021 +++ src/distrib/amiga/miniroot/install.md Sat Jun 26 00:28:19 2021 @@ -1,4 +1,4 @@ -# $NetBSD: install.md,v 1.32 2021/02/25 21:46:55 rin Exp $ +# $NetBSD: install.md,v 1.33 2021/06/26 00:28:19 tsutsui Exp $ # # # Copyright (c) 1996,2006 The NetBSD Foundation, Inc. @@ -50,7 +50,6 @@ md_makerootwritable() { # Mount root rw for convenience of the tester ;-) if ! cp /dev/null /tmp/.root_writable >/dev/null 2>&1; then mi_mount_kernfs - # XXX: Use /kern/rootdev instead? mount -t ffs -u /kern/rootdev / > /dev/null 2>&1 fi }