Re: CVS commit: src/distrib/common/bootimage

2025-01-18 Thread Izumi Tsutsui
mrg@ wrote: > > FAT (for ESP) is always LE so "-B endian" for makefs(8) is not necessary. > > > > (not sure if there is any "EFI on big endian CPU" system though) > > EFI runs in little-endian always, but efiboot can load a big > endian kernel and run it properly. this is how we boot > big-endia

re: CVS commit: src/distrib/common/bootimage

2025-01-18 Thread matthew green
> FAT (for ESP) is always LE so "-B endian" for makefs(8) is not necessary. > > (not sure if there is any "EFI on big endian CPU" system though) EFI runs in little-endian always, but efiboot can load a big endian kernel and run it properly. this is how we boot big-endian on systems like rockpro64

CVS commit: src/distrib/common/bootimage

2025-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 18 09:07:14 UTC 2025 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: FAT (for ESP) is always LE so "-B endian" for makefs(8) is not necessary. (not sure if there is any "EFI on big endian CP

CVS commit: src/distrib/common/bootimage

2025-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 18 09:07:14 UTC 2025 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: FAT (for ESP) is always LE so "-B endian" for makefs(8) is not necessary. (not sure if there is any "EFI on big endian CP

CVS commit: src/distrib/common/bootimage

2025-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jan 10 18:11:56 UTC 2025 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Remove "(untested)" comment from INSTALLBOOT_AFTER_DISKLABEL. Also note vax requires it. To generate a diff of this com

CVS commit: src/distrib/common/bootimage

2025-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jan 10 18:11:56 UTC 2025 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Remove "(untested)" comment from INSTALLBOOT_AFTER_DISKLABEL. Also note vax requires it. To generate a diff of this com

CVS commit: src/distrib/common/bootimage

2024-12-30 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Dec 31 06:58:00 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Do not include tests in boot images if MKATF=no To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/distrib/c

CVS commit: src/distrib/common/bootimage

2024-12-30 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Dec 31 06:58:00 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Do not include tests in boot images if MKATF=no To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/distrib/c

CVS commit: src/distrib/common/bootimage

2024-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 26 09:13:47 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Now that we label GPT partitions, adjust the generated fdisk to match. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/distrib/common/bootimage

2024-06-26 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jun 26 09:13:47 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Now that we label GPT partitions, adjust the generated fdisk to match. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/distrib/common/bootimage

2024-06-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 25 09:07:14 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Short the root wedge name to NBImgRoot (to get NAME=NBImgRoot below 16 chars To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/common/bootimage

2024-06-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 25 09:07:14 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Short the root wedge name to NBImgRoot (to get NAME=NBImgRoot below 16 chars To generate a diff of this commit: cvs rdiff

CVS commit: src/distrib/common/bootimage

2024-06-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 25 08:59:52 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Previous did not work out well - ${INSTIMGBASE} was not always set here and spaces in the label name confuse the (over simp

CVS commit: src/distrib/common/bootimage

2024-06-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jun 25 08:59:52 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Previous did not work out well - ${INSTIMGBASE} was not always set here and spaces in the label name confuse the (over simp

CVS commit: src/distrib/common/bootimage

2024-06-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 24 07:43:33 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Try to give the root partition a usable (but unique enough) name if we use GPT. This helps when booting without a bootloade

CVS commit: src/distrib/common/bootimage

2024-06-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Jun 24 07:43:33 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Try to give the root partition a usable (but unique enough) name if we use GPT. This helps when booting without a bootloade

CVS commit: src/distrib/common/bootimage

2024-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 18 02:03:17 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: include all extra flavors of the kernel and use the proper variable for the machine dependent installation directory. T

CVS commit: src/distrib/common/bootimage

2024-05-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 18 02:03:17 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: include all extra flavors of the kernel and use the proper variable for the machine dependent installation directory. T

CVS commit: src/distrib/common/bootimage

2024-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 8 18:14:02 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: PR/57910: Jan-Benedict Glaw: Fix typo preventing reproducible builds To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/distrib/common/bootimage

2024-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 8 18:14:02 UTC 2024 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: PR/57910: Jan-Benedict Glaw: Fix typo preventing reproducible builds To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/distrib/common/bootimage

2023-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 3 07:20:23 UTC 2023 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Use defined ${GPTSECTORS} rather than hardcoded 2048. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/

CVS commit: src/distrib/common/bootimage

2023-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 3 07:20:23 UTC 2023 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Use defined ${GPTSECTORS} rather than hardcoded 2048. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/

CVS commit: src/distrib/common/bootimage

2023-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 3 07:17:11 UTC 2023 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Document USE_GPTMBR and GPTSECTORS. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/distrib/common/boo

CVS commit: src/distrib/common/bootimage

2023-12-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 3 07:17:11 UTC 2023 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Document USE_GPTMBR and GPTSECTORS. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/distrib/common/boo

CVS commit: src/distrib/common/bootimage

2023-01-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jan 29 22:12:25 UTC 2023 Modified Files: src/distrib/common/bootimage: fstab.in Log Message: Make sure to mount /var/shm Programs such as firefox seem to require it, and this file is used by the live image as well. To generat

CVS commit: src/distrib/common/bootimage

2023-01-29 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sun Jan 29 22:12:25 UTC 2023 Modified Files: src/distrib/common/bootimage: fstab.in Log Message: Make sure to mount /var/shm Programs such as firefox seem to require it, and this file is used by the live image as well. To generat

re: CVS commit: src/distrib/common/bootimage

2022-05-15 Thread matthew green
> > Module Name:src > > Committed By: mrg > > Date: Sun May 15 00:05:24 UTC 2022 > > > > Modified Files: > > src/distrib/common/bootimage: Makefile.bootimage > > > > Log Message: > > allow some invocations of expr(1) to "fail" - expr(1) returns "1" is > > the expre

Re: CVS commit: src/distrib/common/bootimage

2022-05-15 Thread Izumi Tsutsui
mrg@ wrote: > Module Name: src > Committed By: mrg > Date: Sun May 15 00:05:24 UTC 2022 > > Modified Files: > src/distrib/common/bootimage: Makefile.bootimage > > Log Message: > allow some invocations of expr(1) to "fail" - expr(1) returns "1" is > the expression expands to "0" or

CVS commit: src/distrib/common/bootimage

2022-05-14 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 15 00:05:24 UTC 2022 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: allow some invocations of expr(1) to "fail" - expr(1) returns "1" is the expression expands to "0" or empty, and sometimes the

CVS commit: src/distrib/common/bootimage

2022-05-14 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 15 00:05:24 UTC 2022 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: allow some invocations of expr(1) to "fail" - expr(1) returns "1" is the expression expands to "0" or empty, and sometimes the

Re: CVS commit: src/distrib/common/bootimage

2020-05-29 Thread Izumi Tsutsui
> Makefile.installimage refers to it before including Makefile.bootimage and > this test was causing make to throw an error: > > > https://nxr.netbsd.org/xref/src/distrib/common/bootimage/Makefile.installimage#41 > > All other users (i386, amd64) of Makefile.installimage explicitly set > US

Re: CVS commit: src/distrib/common/bootimage

2020-05-29 Thread Jared McNeill
On Fri, 29 May 2020, Izumi Tsutsui wrote: src/distrib/common/bootimage/Makefile.bootimage (included from Makefile.installimage) already has "USE_MBR?= no" line. Makefile.installimage refers to it before including Makefile.bootimage and this test was causing make to throw an error: https:

Re: CVS commit: src/distrib/common/bootimage

2020-05-28 Thread Izumi Tsutsui
> Modified Files: > src/distrib/common/bootimage: Makefile.installimage > > Log Message: > Default USE_MBR to no Is this necessary? src/distrib/common/bootimage/Makefile.bootimage (included from Makefile.installimage) already has "USE_MBR?= no" line. --- Izumi Tsutsui

Re: CVS commit: src/distrib/common/bootimage

2015-03-12 Thread Izumi Tsutsui
christos@ wrote: > Why are they broken? The INSTALL kernel has ptyfs now? This is the > wrong fix in the long run... BTW no one takes PR install/47774 (and the following thread) even after 6.0. http://mail-index.netbsd.org/source-changes-d/2012/09/thread1.html#005236 --- Izumi Tsutsui

Re: CVS commit: src/distrib/common/bootimage

2015-03-12 Thread Christos Zoulas
In article <20150312044123.ee11...@cvs.netbsd.org>, Soren Jacobsen wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: snj >Date: Thu Mar 12 04:41:23 UTC 2015 > >Modified Files: > src/distrib/common/bootimage: Makefile.bootimage > >Log Message: >unbreak amd64 install images by