NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/56132: build.sh target install-image fails in update-mode
The following reply was made to PR install/56132; 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: install/56132: build.sh target install-image fails in update-mode
Date: Wed, 28 Apr 2021 02:29:57 +0900
> For example, after craeting a complete release you can try
>
> ./build.sh -T /build/netbsd-local/tools/x86_64/amd64 \
> -D /build/netbsd-local/dest/amd64 \
> -O /build/netbsd-local/obj/amd64 \
> -R /build/netbsd-local/release \
> -V RELEASEMACHINEDIR=amd64 -V MKDEBUG=yes \
> -V MKKDEBUG=yes -V MKDEBUGLIB=yes \
> -V KERNEL_DIR=no -V MKPAM=no -U -x -N2 -m amd64 \
> -j1 -V INSTIMAGEMB=1600 install-image
>
> This will fail due to the too-small value for INSTIMAGEMB:
>
> nbmakefs: `work' size of 1611005952 is larger than the maxsize of 1541406720.
Could you show output of 'ls -l' in your $OBJDIR of
src/distrib/amd64/uefi-installimage?
Maybe this is amd64 specific (i.e. gpt/uefi version specific) and
I guess some work.* file (especially work.gpt?) should be removed
on makefs failure (or created after the makefs is complete, or
recreated if its size is not match).
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index