Age | Commit message (Collapse) | Author |
|
|
|
|
|
section 3.1. Allows for use of '@', ':' and '/' in usercodes
and passwords without confusion.
ok deraadt@
|
|
for several months.
|
|
eat your heart out krw
|
|
comments that, being on the end of code lines, cannot be stripped
automatically.
Just delete unhelpful ones, and move the rest onto separate lines
where they can be stripped.
Also remove a duplicated initialization of ROOTDISK.
In total, reduces script size on floppy by 1117 bytes, making room
for coming improvements.
|
|
|
|
a) Allow user to enter empty FQDN and assume DHCP will supply one.
b) Silently check for any DHCP supplied FQDN after network
interfaces are initialized. *NOTE* DHCP information will
now override any user supplied FQDN.
c) Apply FQDN information to hosts file only after DHCP has had a
chance to supply information.
d) Don't modify hosts file if FQDN is empty.
e) Don't preserve hosts file across install script restarts.
f) Don't preserve hostname.* files across install script restarts.
g) Don't preserve decision to use resolver during install across
install script restarts.
h) Don't allow DHCP to force use of resolver during install.
i) Ensure DHCP created resolv.conf file is saved as /etc/resolv.conf.
j) Add IPv6 localhost ('::1') line to hosts file. (Closes PR#2155)
k) Make IPv4 and IPv6 localhost lines in hosts file look like
'X localhost.domain.name localhost'
Bonus: install.sub on the floppy image is 51 bytes smaller.
ok millert@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- floppies have neither NFS nor CDROM support
- add a section about firmware upgrades, and tell that they might be
necessary, especially for U1/1E/2 systems. Pointed out from brad@, some of
the information provided here comes from Sun's firmware update documentation.
|
|
|
|
Obtaining the FQDN *after* calling configurenetwork(), so that
DHCP info can be used, turns out to not be a good idea because
/etc/hosts is created in configurenetwork().
As a result the /etc/hosts created by the 3.0 install script
contains bogus entries with a '.' instead of '.<domain name>'.
So, put configurenetwork() back where it was pre-3.0, i.e. after
FQDN is determined.
Noticed by David Krause (PR#2155).
Other /etc/hosts issues (including David's ipv6 suggestion) under
investigation.
|
|
|
|
|
|
|
|
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib/amiga/ramdisk/list.diff?r1=1.6&r2=1.7&f=h
Re-insert mount_ados so that local fs installs work again.
|
|
|
|
|
|
|
|
``boot cdrom'', says jason@.
ok deraadt@
|
|
current /etc/netstart, leaving out all code relevant to IPv6 and
multicasting.
In addition, ignore any '!' lines in hostname.if files and ignore
any bridge.if files.
This change enables dhcp configured interfaces to work during the
upgrade process, amoung other improvements.
Also rework FQDN handling to ensure that it is set *after* any
dhcp activity and is set both during installs and upgrades. FQDN
is now set from the last DOMAIN or SEARCH statement in
resolv.conf.
Architecture specific install.sub's (macppc, mvme68k, mvme88k,
mvmeppc, sparc64) are not being updated for 3.0.
ok deraadt@
|
|
- add miniroot and bootable cd-rom information
- fix a few wordings
- fix incorrect Solaris manual pages section names
- replace a rip-off of boot_sparc(8) with a more adequate rip-off of
boot_sparc64(8)
The whole ok deraadt@
|
|
|
|
ok miod@ (with the requested fixes).
|
|
use the magic device filename.
Pointed out by matthieu@.
|
|
change the scsi id/unit mapping.
|
|
- Provide typical Solaris command lines for creating floppies, dumping
miniroots to disks, and filling tapes.
- Make the tape generation script more versatile.
- When SunOS add_client(8) is mentioned, mention Solaris share(1M) as well.
- Add ``Installing from Solaris'' instructions for sparc and sparc64 ports
- While there, slight fixes to the ``Installing from SunOS'' sections on
sparc and sun3.
|
|
|
|
|
|
|
|
Ok miod@, deraadt@
|
|
|
|
|
|
|
|
that knows how to modify the Sun already present disklabel to point
at it. Based partly on mksunbootcd from netbsd and some trial and
error (anyone need some coasters... I've got lots).
|
|
|
|
|
|
|
|
|
|
|
|
of a CD.
|
|
instead of the potentially dangerous delete and add.
Changes by Alexander Guy.
|
|
promising this would not happen.
Historically this was being done to preserve any ufs -> ffs
changes the upgrade script had done, but the script has not done
such changes for some time.
ok millert@ deraadt@
|