History log of /netbsd/distrib/miniroot/install.sh (Results 1 – 25 of 28)
Revision Date Author Comments
# 0d4646b5 03-May-2022 andvar <andvar@NetBSD.org>

fix various typos, mainly s/trasfering/transferring/ and s/theese/these/.


# 40de559a 04-Apr-2019 christos <christos@NetBSD.org>

eXorcize and `` -> $()


# ce117240 16-Sep-2018 kre <kre@NetBSD.org>

Remove uses of test ... -a ... and test ... -o ...


# 1fabe01b 20-Sep-2009 abs <abs@NetBSD.org>

remove references to disktab.{preinstall,shadow}


# 11a6dbe7 30-Apr-2008 martin <martin@NetBSD.org>

Convert TNF licenses to new 2 clause variant


# c5b9cc48 18-Jan-2006 is <is@NetBSD.org>

Instead of abusing the function md_prep_label(), create a new (optional)
md_view_labels() and a variable to mark its availability, so checking of
the available disklabels can be done before the root

Instead of abusing the function md_prep_label(), create a new (optional)
md_view_labels() and a variable to mark its availability, so checking of
the available disklabels can be done before the root device is chosen.
Suggested by Martin Bertelsmann.

show more ...


# 3123085e 11-Apr-2000 pk <pk@NetBSD.org>

Make FQDN optional (PR#9823).


# e8c3ee0f 07-Oct-1999 sjg <sjg@NetBSD.org>

make sure . install.sub etc work regardless of PATH


# 2c4e2ccd 12-Apr-1999 is <is@NetBSD.org>

Actually use MDSETS, so that ports can install the x sets if useful


# 2dc9b124 07-Feb-1999 is <is@NetBSD.org>

Make it clearer what to answer to the "Device name: " prompt.


# 96f13f7e 25-Nov-1997 pk <pk@NetBSD.org>

* Fix a typo.

* Present option to configure a swap device (a bit rude.. we only offer
partition `b', like we only consider `a' for root)


# c8f77c0b 09-Oct-1997 jtc <jtc@NetBSD.org>

Fix tipo inherited from old version of TNF copyright template.


# 603d8d56 08-Sep-1997 pk <pk@NetBSD.org>

Don't leave /etc/rc.conf "unconfigured".


# 48dcd4ef 01-May-1997 pk <pk@NetBSD.org>

* ftp setup: don't echo password
* network interface configuration:
- use new ifconfig(8) capabilities
- adapt to changed ifconfig(8) output
- use new config files (ifconfig.xxn)


# 165cf39d 10-Oct-1996 gwr <gwr@NetBSD.org>

Merge the netbsd-1-2 branch back into the mainline.


# 25507ee8 26-Aug-1996 thorpej <thorpej@NetBSD.org>

Pull md_install_sets() changes down from release branch.


# f8b994ef 25-Aug-1996 pk <pk@NetBSD.org>

sync with 1.2 branch


# 682e5d1a 22-Aug-1996 mrg <mrg@NetBSD.org>

do md_install_sets.


# bd6d9d2e 27-Jun-1996 pk <pk@NetBSD.org>

Deal with install sets in `install_from_mounted_fs()' differently.
The sets are passed around in a global variable.
Remember installed sets across loads from different media.


# 7f3ca3ca 25-Jun-1996 thorpej <thorpej@NetBSD.org>

Move all disklabel handling into install.md. Even the error messages
can be machine-dependent.


# ca95e90f 18-Jun-1996 pk <pk@NetBSD.org>

Insert filesystem type in munge_fstab.
Don't `ifconfig down' an active network interface (bad for diskless setup);
but use it to cull default IP address and netmask.


# 76285e65 30-May-1996 leo <leo@NetBSD.org>

* Edit VERSION into install.sub while copying instead of using a
VERSION file.
* Set the EDITOR variable in install.sub, so it will be set in both
upgrade & install.
* Make the checks on the pre

* Edit VERSION into install.sub while copying instead of using a
VERSION file.
* Set the EDITOR variable in install.sub, so it will be set in both
upgrade & install.
* Make the checks on the presence of installation sets on the local
disks on upgrade more precise.
* Remove more&less from the list of standard binaries (I need more space!)
* When building an fstab from the users' fstab, drop lines starting with
a '#' and lines with an fstype that is not supported on the miniroot.

show more ...


# e2202ab2 27-May-1996 leo <leo@NetBSD.org>

Sync atari miniroot & mi-miniroot


# 819ce802 21-May-1996 pk <pk@NetBSD.org>

Add a `install_disk' option (copied from Atari miniroot).
Make editor configurable (variable EDITOR, also usable by disklabel(8)).
Move disklabel(8) calls into `md_prep_label()'.
Eliminate two uses o

Add a `install_disk' option (copied from Atari miniroot).
Make editor configurable (variable EDITOR, also usable by disklabel(8)).
Move disklabel(8) calls into `md_prep_label()'.
Eliminate two uses of `sed'.
Eliminate `awk' in upgrade.sh.

show more ...


# 9954d351 21-May-1996 pk <pk@NetBSD.org>

kill some more awks


12