On Sun, 2024-02-25 at 22:31 -0800, Robin H. Johnson wrote:
> Allow checking any runtime path for installing ever-larger packages.
>
> CHECKREQS_DISK_RUNTIME=( /boot:40M /:350M /opt:500M )
>
> Recent example of large packages:
>
> gentoo-kernel-bin:
> / >=350MB/version (in /lib/modules)
> /bo
On Mon, Feb 26, 2024 at 08:01:28AM +0100, z...@gentoo.org wrote:
> Am 26.02.24 um 07:31 schrieb Robin H. Johnson:
> > Allow checking any runtime path for installing ever-larger packages.
> >
> > CHECKREQS_DISK_RUNTIME=( /boot:40M /:350M /opt:500M )
>
> In the example case: Shouldn't the eclass ch
Am 26.02.24 um 07:31 schrieb Robin H. Johnson:
Allow checking any runtime path for installing ever-larger packages.
CHECKREQS_DISK_RUNTIME=( /boot:40M /:350M /opt:500M )
In the example case: Shouldn't the eclass check for 850M on / if /opt is
not a separate partition?
I am not sure how often
Allow checking any runtime path for installing ever-larger packages.
CHECKREQS_DISK_RUNTIME=( /boot:40M /:350M /opt:500M )
Recent example of large packages:
gentoo-kernel-bin:
/ >=350MB/version (in /lib/modules)
/boot >=40MB/version
rust-bin:
/opt >=450MB/version
Signed-off-by: Robin H. J