Age | Commit message (Collapse) | Author |
|
so that valid bytes exist at the end of the kernel image.
Since the lif image stores files size in 256-byte unit, we can not report EOF
while reading the kernel image until the remainder of the 256-byte sector has
been read. But these zero bytes would cause the gzip readahead machinery in
libsa to believe the kernel is followed by an uncompressed file, and switch to
transparent mode, preventing backwards seeks into the kernel image from working.
This fixes the ``read section header string table failed(0)'' errors when
attempting to boot lif.fs since loadfile_elf.c 1.9.
|
|
- Ask for responsefile location (url or local path) if dhcp discovery
fails for location or mode. If 'next-server' is found in dhcp lease
file, provide a default url http://next-server/install.conf.
- Ask for installer mode if the specified response file name does not
match *install.conf or *upgrade.conf.
- If present, use /auto_install.conf or /auto_upgrade.conf as response
file for unattended installation or upgrade.
- Automatically start installer in unattended mode if either one of
these files is present when the system boots.
- Document changes in manpage and installation notes.
OK krw@ deraadt@
|
|
|
|
|
|
|
|
to create an HFS partition with type AND name 'OpenBSD'. Worse, it
added checks to make sure the partition type and name were correct.
Sevan Janiyan pointed out that the example in INSTALL.macppc did
not show the 'n' command required to set the name of the OpenBSD
partition to 'OpenBSD'. Thus leaving HFS users possibly puzzled
over partitioning prerequisites.
Add required command to example.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on whether the install is done on a serial console.
ok halex@, deraadt@ likes it too
|
|
|
|
|
|
People should not have been hand-editing /etc/rc.conf
(# DO NOT EDIT THIS FILE!!) but in the case you did, you need to merge
your changes into /etc/rc.conf.local or they will be overwritten at next
upgrade.
ok deraadt@
|
|
There is one table in the default configuration which is 'aliases' and
the db can be created using newaliases(8).
"go for it" guenther@
ok sthen@ matthieu@ gilles@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to unbreak updating from src.
OK ajacoutot@
|
|
OK matthieu@ ajacoutot@
|
|
|
|
|
|
Make the installer create the /etc/hosts template. While here, re-add a
missing 'echo' from install.sh.
ok miod@ krw@ halex@
|
|
|
|
Extract it from xbase during installation.
OK ajacoutot@
|
|
but keep the current location until we know how to handle subdirs under
/etc/examples.
ok rpe@
|
|
|
|
no objections from todd@ millert@ rpe@
|
|
with autoconf enabled.
If one is doing SLAAC one does already trust link local icmp6 so the
policy for icmp6 redirects should be the same.
pointed out by & OK bluhm@; OK henning@
|
|
|
|
it available during a regular install or upgrade so that it doesn't
need to be independently fetched.
Idea, directions and OK deraadt@
Feedback and Ok halex@ and aja@
|
|
|
|
|
|
|