Module Name: src Committed By: abs Date: Sun Feb 12 19:18:41 UTC 2023
Modified Files: src/distrib/i386/installimage: install.sh Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/i386/installimage/install.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/i386/installimage/install.sh diff -u src/distrib/i386/installimage/install.sh:1.3 src/distrib/i386/installimage/install.sh:1.4 --- src/distrib/i386/installimage/install.sh:1.3 Sat Feb 11 17:52:19 2023 +++ src/distrib/i386/installimage/install.sh Sun Feb 12 19:18:41 2023 @@ -1,5 +1,5 @@ #! /bin/sh -m -# $NetBSD: install.sh,v 1.3 2023/02/11 17:52:19 abs Exp $ +# $NetBSD: install.sh,v 1.4 2023/02/12 19:18:41 abs Exp $ # # - # Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -87,7 +87,7 @@ fi # run the installation or upgrade script. cd / -cmd=./sysinst +cmd=/usr/sbin/sysinst while [ -n "${cmd}" ] do