The NetBSD Project

CVS log for src/distrib/amd64/installimage-bios/install.sh

[BACK] Up to [cvs.NetBSD.org] / src / distrib / amd64 / installimage-bios

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.2.2.1: download - view: text, markup, annotated - select for diffs
Fri Feb 24 13:48:27 2023 UTC (2 years, 1 month ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Diff to: previous 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2: +3 -3 lines
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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 16 15:00:03 2023 UTC (2 years, 3 months ago) by abs
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 3 12:10:17 2022 UTC (3 years, 3 months ago) by martin
Branches: MAIN
CVS tags: netbsd-10-base
Branch point for: netbsd-10
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
There is no point in putting a second sysinst binary into the install
image's root filesystem.

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Fri Oct 15 15:14:51 2021 UTC (3 years, 6 months ago) by martin
Branches: netbsd-9
CVS tags: netbsd-9-4-RELEASE, netbsd-9-3-RELEASE
Diff to: previous 1.1.2.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +115 -0 lines
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)

Revision 1.1.2.1
Fri Oct 8 20:24:06 2021 UTC (3 years, 6 months ago) by martin
Branches: netbsd-9
FILE REMOVED
Changes since revision 1.1: +0 -115 lines
file install.sh was added on branch netbsd-9 on 2021-10-15 15:14:51 +0000

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 8 20:24:06 2021 UTC (3 years, 6 months ago) by maya
Branches: MAIN
Branch point for: netbsd-9
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)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>