NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-sun2/56158: sun2 m68000: super-block backups (for fsck -b #)at: 32,nbmakefs: Writing inode 152 (work/./bin/cat), bytes 528384 + 4096: Nospace left on device
The following reply was made to PR port-sun2/56158; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: port-sun2/56158: sun2 m68000: super-block backups (for fsck -b
#)at: 32,nbmakefs: Writing inode 152 (work/./bin/cat), bytes 528384
+ 4096: Nospace left on device
Date: Sat, 15 May 2021 01:37:29 +0900
Anyway we should try to shrink sun2 miniroot if there is no spare space
(even for one more ffs block)..
Index: distrib/sun2/miniroot/Makefile
===================================================================
RCS file: /cvsroot/src/distrib/sun2/miniroot/Makefile,v
retrieving revision 1.39
diff -u -p -d -r1.39 Makefile
--- distrib/sun2/miniroot/Makefile 1 Mar 2021 09:24:27 -0000 1.39
+++ distrib/sun2/miniroot/Makefile 14 May 2021 16:32:18 -0000
@@ -13,6 +13,7 @@ KERNEL= ${KERNOBJDIR}/INSTALL/netbsd
WARNS= 1
DBG= -Os -fno-unwind-tables
+DBG+= -DNDEBUG # to remove assert(3) macro
USE_WIDECHAR= no
CRUNCHBIN= instbin
@@ -21,7 +22,7 @@ LISTS= ${.CURDIR}/list
MTREECONF= ${.CURDIR}/mtree.conf
IMAGEENDIAN= be
PARSELISTENV= KERNEL=${KERNEL}
-MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
+MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 # xd0 xy0
IMAGEDEPENDS= ${CRUNCHBIN} \
${KERNEL} \
fstab install.md profile \
Home |
Main Index |
Thread Index |
Old Index