History log of /src/distrib/evbarm/installimage |
Revision | Date | Author | Comments |
1.10 | 31-Dec-2021 |
christos | Grow a little
|
1.9 | 08-Sep-2021 |
christos | bump for clang/llvm
|
1.8 | 08-Feb-2021 |
martin | Use the same naming scheme for install images as we use for the ISO images.
|
1.7 | 16-Nov-2020 |
rin | Correctly support aarch64eb and earmv7hfeb in a similar manner to their little-endian counterparts.
Fix build failures for periodic binary snapshots.
|
1.6 | 02-Jun-2020 |
jmcneill | Revert previous; always use the same INSTIMAGEMB size regardless of MKDEBUG. Should fit now that USE_XZ_SETS=yes on aarch64.
|
1.5 | 02-Jun-2020 |
jmcneill | Use a larger INSTIMAGEMB value for MKDEBUG builds
|
1.4 | 02-Jun-2020 |
jmcneill | Exclude ramdisk images and empty instkernel directory
|
1.3 | 30-May-2020 |
jmcneill | Make room for debug sets
|
1.2 | 28-May-2020 |
jmcneill | Shrink the evbarm install image by not including the live images on the install media
|
1.1 | 28-May-2020 |
jmcneill | Build install images for aarch64 and earmv7hf.
|
1.1 | 28-May-2020 |
jmcneill | Build install images for aarch64 and earmv7hf.
|
1.1 | 28-May-2020 |
jmcneill | Build install images for aarch64 and earmv7hf.
|
1.2 | 12-Feb-2023 |
abs | Enable basic command line editing in evbarm, sparc64 and vax installer shells
(Following the pattern in amd64)
When a user selects "exit installer" or hits ^Z in sysinst, the calling install.sh runs a shell, plus shows a message indicating they can type "exit" to return to the installer.
Add -E to the arguments to this shell, to enable command line editing, (primarily for arrow keys, but basic emacs sequences will also work)
With the change of all the install.sh scripts in amd64, evbarm, i386, sparc64 and vax are identical apart from NetBSD RCD tags and the sysctl -nx kern.consdev check (some of the latter are definitely either wrong, or have an incorrect comment attached. Will return to later)
|
1.1 | 28-May-2020 |
jmcneill | branches: 1.1.6; Build install images for aarch64 and earmv7hf.
|
1.1.6.1 | 24-Feb-2023 |
martin | Pull up following revision(s) (requested by abs in ticket #105):
distrib/amd64/installimage-bios/install.sh: revision 1.3 distrib/i386/cdroms/install.sh: revision 1.5 distrib/vax/cdroms/installcd/install.sh: revision 1.3 distrib/amd64/cdroms/install.sh: revision 1.5 distrib/sparc64/cdroms/installcd/install.sh: revision 1.5 distrib/i386/installimage/install.sh: revision 1.3 distrib/i386/installimage/install.sh: revision 1.4 distrib/evbarm/installimage/install.sh: revision 1.2 distrib/amd64/installimage/install.sh: revision 1.4 usr.sbin/sysinst/menus.mi: revision 1.28
Enable basic command line editing in amd64 installer shells
When a user selects "exist installer" or hits ^Z in sysinst, the calling install.sh runs a shell, plus shows a message indicating they can type "exit" to return to the installer.
Add -E to the arguments to this shell, to enable command line editing, (primarily for arrow keys, but basic emacs sequences will also work)
At this point this is only on amd64, as this is the port which is least likely to be installing on particularly esoteric terminal hardware, and is also likely to have the highest proportion of less experienced users
Enable basic command line editing in i386 installer shells (Following the pattern in amd64)
When a user selects "exit installer" or hits ^Z in sysinst, the calling install.sh runs a shell, plus shows a message indicating they can type "exit" to return to the installer.
Add -E to the arguments to this shell, to enable command line editing, (primarily for arrow keys, but basic emacs sequences will also work)
Switch install.sh to use /usr/sbin/sysinst for sysinst rather than ./sysinst Matches i386/cdroms/install.sh and amd64/installimage/install.sh resultant install image verified to still run sysinst correctly
Enable basic command line editing in evbarm, sparc64 and vax installer shells (Following the pattern in amd64)
When a user selects "exit installer" or hits ^Z in sysinst, the calling install.sh runs a shell, plus shows a message indicating they can type "exit" to return to the installer.
Add -E to the arguments to this shell, to enable command line editing, (primarily for arrow keys, but basic emacs sequences will also work)
With the change of all the install.sh scripts in amd64, evbarm, i386, sparc64 and vax are identical apart from NetBSD RCD tags and the sysctl -nx kern.consdev check (some of the latter are definitely either wrong, or have an incorrect comment attached. Will return to later)
Add "-i -E" to /bin/sh called from sysinst
This enables command line editing (primarily for arrow keys, but basic emacs sequences will also work)
In the event that the shell has been compiled without command line editing features (for memory contrained install environments) the -E is ignored
|
1.1 | 28-May-2020 |
jmcneill | Build install images for aarch64 and earmv7hf.
|