Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-9] src/distrib



Module Name:    src
Committed By:   martin
Date:           Fri Apr 24 17:19:50 UTC 2020

Modified Files:
        src/distrib/amd64/uefi-installimage [netbsd-9]: Makefile
            Makefile.bootimage Makefile.installimage
        src/distrib/common/bootimage [netbsd-9]: Makefile.bootimage
            Makefile.installimage
        src/distrib/hpcarm [netbsd-9]: Makefile
        src/distrib/zaurus [netbsd-9]: Makefile
Added Files:
        src/distrib/common/bootimage [netbsd-9]: diskproto.mbrfat.in
        src/distrib/hpcarm/liveimage [netbsd-9]: Makefile fstab.in spec.in
        src/distrib/zaurus/liveimage [netbsd-9]: Makefile fstab.in spec.in

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #846):

        distrib/hpcarm/Makefile: revision 1.7
        distrib/amd64/uefi-installimage/Makefile: revision 1.7
        distrib/common/bootimage/Makefile.installimage: revision 1.6
        distrib/hpcarm/liveimage/spec.in: revision 1.1
        distrib/common/bootimage/Makefile.bootimage: revision 1.23
        distrib/common/bootimage/Makefile.bootimage: revision 1.24
        distrib/zaurus/liveimage/Makefile: revision 1.1
        distrib/amd64/uefi-installimage/Makefile.installimage: revision 1.3
        distrib/zaurus/Makefile: revision 1.3
        distrib/hpcarm/liveimage/Makefile: revision 1.1
        distrib/zaurus/liveimage/spec.in: revision 1.1
        distrib/common/bootimage/diskproto.mbrfat.in: revision 1.1
        distrib/amd64/uefi-installimage/Makefile.bootimage: revision 1.13
        distrib/hpcarm/liveimage/fstab.in: revision 1.1
        distrib/zaurus/liveimage/fstab.in: revision 1.1

Merge amd64's UEFI logic back into the generic bootimage handling.

Add "live-image with a FAT partition for bootstrap files" support.
See PR/55075 for more details.

Add "build.sh live-image" support for zaurus.
Tested on SL-C3000 and SL-C700.
See also PR/55075 for live-image with FAT partition support.

Add "build.sh live-image" support for hpcarm.
Tested on WS003SH.
See also PR/55075 for live-image with FAT partition support.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.2.1 src/distrib/amd64/uefi-installimage/Makefile
cvs rdiff -u -r1.11.2.1 -r1.11.2.2 \
    src/distrib/amd64/uefi-installimage/Makefile.bootimage
cvs rdiff -u -r1.2 -r1.2.18.1 \
    src/distrib/amd64/uefi-installimage/Makefile.installimage
cvs rdiff -u -r1.21.2.1 -r1.21.2.2 \
    src/distrib/common/bootimage/Makefile.bootimage
cvs rdiff -u -r1.5 -r1.5.14.1 \
    src/distrib/common/bootimage/Makefile.installimage
cvs rdiff -u -r0 -r1.1.4.2 src/distrib/common/bootimage/diskproto.mbrfat.in
cvs rdiff -u -r1.6 -r1.6.64.1 src/distrib/hpcarm/Makefile
cvs rdiff -u -r0 -r1.1.4.2 src/distrib/hpcarm/liveimage/Makefile \
    src/distrib/hpcarm/liveimage/fstab.in \
    src/distrib/hpcarm/liveimage/spec.in
cvs rdiff -u -r1.2 -r1.2.48.1 src/distrib/zaurus/Makefile
cvs rdiff -u -r0 -r1.1.4.2 src/distrib/zaurus/liveimage/Makefile \
    src/distrib/zaurus/liveimage/fstab.in \
    src/distrib/zaurus/liveimage/spec.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index