Up to [cvs.NetBSD.org] / src / distrib / amd64 / installimage-bios
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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
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
There is no point in putting a second sysinst binary into the install image's root filesystem.
Pull up following revision(s) (requested by maya in ticket #1360): distrib/amd64/installimage-bios/etc.ttys: revision 1.1 distrib/amd64/installimage-bios/Makefile: revision 1.1 distrib/amd64/Makefile: revision 1.15 distrib/amd64/installimage-bios/boot.cfg.in: revision 1.1 distrib/amd64/installimage-bios/spec.inst: revision 1.1 distrib/amd64/installimage-bios/etc.rc: revision 1.1 distrib/amd64/installimage-bios/install.sh: revision 1.1 Restore having a BIOS-only amd64 USB image. Several people reported having hardware that struggles booting the mix EFI+BIOS image, and it's better to offer them a working image. Keeping the EFI image as having the obvious name, this is going to become more likely to work by default as newer hardware may not support BIOS boot. (XXX pullup-9)
file install.sh was added on branch netbsd-9 on 2021-10-15 15:14:51 +0000
Restore having a BIOS-only amd64 USB image. Several people reported having hardware that struggles booting the mix EFI+BIOS image, and it's better to offer them a working image. Keeping the EFI image as having the obvious name, this is going to become more likely to work by default as newer hardware may not support BIOS boot. (XXX pullup-9)