| History log of /src/distrib/amd64/liveimage/Makefile.liveimage |
| Revision | | Date | Author | Comments |
| 1.4 |
| 02-Feb-2025 |
tsutsui | Use FFSv2 for amd64 live-image and install-image via new $IMGFFSVERSION.
Fixes PR/59007.
|
| 1.3 |
| 13-Apr-2024 |
maya | branches: 1.3.2; amd64 live image: support EFI as well as BIOS boot
The biggest caveat is that there's a small number of machines that try to EFI boot but fail, so would prefer a BIOS only image. I'm not adding a separate BIOS only image because the live image is pretty niche. (For regular installation images, we do create a separate BIOS-only version)
|
| 1.2 |
| 15-Dec-2018 |
gson | Use the special device name "ROOT." in /etc/fstab not just on the arm images, but also on the bootable disk images of other ports, so that they can be booted from differently named devices. Merge the i386 and amd64 -live-sd0root and -live-wd0root images into a single live image per port, bootable both from usb media and in qemu. Drop the -xx0root suffixes from image names as they are no longer meaningful.
|
| 1.1 |
| 22-Jan-2012 |
tsutsui | branches: 1.1.4; 1.1.42; 1.1.44; Add "live-image" and "install-image" target support to build.sh.
"live-image" target builds pre-installed disk images that can be used on emulators or boot from USB memory sticks to try NetBSD without installation. Currently amd64, i386, pmax, sparc, sparc64, sun2, sun3, and vax (which have working emulators and don't require extra tools like preparing msdosfs or partitioning MD label structures) support this target.
"install-image" target builds an bootable installation disk image that can be used as an install CD but burned into USB memory sticks etc. Current only amd64 and i386 (which would support USB boot) have this target.
For more details (and known issue) see following posts on netbsd-bugs@: http://mail-index.NetBSD.org/netbsd-bugs/2011/08/06/msg023639.html http://mail-index.NetBSD.org/netbsd-bugs/2011/09/23/msg024207.html http://mail-index.NetBSD.org/netbsd-bugs/2011/12/07/msg025166.html http://mail-index.NetBSD.org/netbsd-bugs/2011/12/08/msg025178.html
No particular comments about implementation, and "go ahead" comments from mrg@, riz@ and christos@.
Closes PR toolchain/45153 and PR misc/45155.
|
| 1.1.44.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.1.42.1 |
| 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
| 1.1.4.2 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.1.4.1 |
| 22-Jan-2012 |
yamt | file Makefile.liveimage was added on branch yamt-pagecache on 2012-04-17 00:02:32 +0000
|
| 1.3.2.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|