Subject: "swapinstall" (i386, probably others)
To: None <tech-install@NetBSD.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: port-i386
Date: 06/26/2005 03:13:53
A friend asked me if NetBSD supportd "swapinstall", i.e. boot install
media from swap - seems it's possible at least when NetBSD (with swap
partition and bootloader) is already installed:

1) Keep NetBSD from writing to swap: "swapctl -U"
2) Copy bootfloppy to swap: "cat <boot-big.fs >/dev/wd0b"
3) "reboot"
4) interrupt 5-second-countdown
5) "boot hd0b:"

See it boot boot-big-fs and sysinst come up.


   - Hubert