Module Name: src
Committed By: jmcneill
Date: Fri Jan 24 21:47:51 UTC 2025
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
Fix resize_root.
Revision 1.85 added the 'log' option to "normal" fstabs, which is
incompatible with resize_ffs. Restore the previous behaviour.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/distrib/utils/embedded/mkimage
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/mkimage
diff -u src/distrib/utils/embedded/mkimage:1.89 src/distrib/utils/embedded/mkimage:1.90
--- src/distrib/utils/embedded/mkimage:1.89 Fri Jan 17 12:11:53 2025
+++ src/distrib/utils/embedded/mkimage Fri Jan 24 21:47:51 2025
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: mkimage,v 1.89 2025/01/17 12:11:53 jmcneill Exp $
+# $NetBSD: mkimage,v 1.90 2025/01/24 21:47:51 jmcneill Exp $
#
# Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -163,7 +163,7 @@ make_fstab_normal() {
cat > ${mnt}/etc/fstab << EOF
# NetBSD /etc/fstab
# See /usr/share/examples/fstab/ for more examples.
-ROOT.a / ffs rw,log,noatime${rootopts} 1 1
+ROOT.a / ffs rw,noatime${rootopts} 1 1
ROOT.e /boot msdos rw 1 1
ptyfs /dev/pts ptyfs rw
procfs /proc procfs rw