Age | Commit message (Collapse) | Author |
|
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option.
|
|
the uncompressed filename in the gzip header.
|
|
use of a GZIP environment variable for extra command flags.
ok deraadt@, millert@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for ksh.
ok millert@
|
|
re-write of install_cd() so remove sleep(1) from install media.
"sure!" deraadt@
|
|
filesystem, option FOO is in the kernel.
Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades
on some architectures.
ok krw@ millert@
|
|
|
|
|
|
|
|
|
|
use later, plus a few rcsid vicinity cleanups; millert@ ok
|
|
|
|
|
|
smaller again
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a) Add /var/run to the filesystem created when the installation media
boots. This allows the creation and use of the dhclient.pid file.
Synchronize all mtree.conf files in architectures using miniroot.
b) Rework the traps used in upgrade.sh and install.sh so that HUP,
INT, QUIT, TERM and EXIT all invoke a cleanup function that kills an
active dhclient, unmounts all filesystems and fsck's -p all devices
in /etc/fstab, or just /mnt if /etc/fstab is not present.
c) Make sure the actions of the cleanup function are visible, thus
eliminating the long delay with no feedback at the end of the
upgrade/install script, after the congratulatory message.
d) Reduce manual parsing of fstab files by using umount -a to
unmount all mounted filesystems.
e) Since the new cleanup function tries to unmount all filesystems,
use the presence of /etc/fstab, rather than a difference between
`df /` and `df /mnt`, to determine if an install is being restarted
in a state where disk initialization can be skipped.
f) Change munge_fs, check_fs, mount_fs, remount_fs so that they
all 'know' about /etc/fstab rather than passing the same
parameter in all the time.
g) Use input redirection on munge_fs to read correct file, rather
than passing a file name as a parameter.
h) Indent code for various smaller functions.
i) Eliminate some subshell usage to simplify code further.
j) Display pretty messages during fsck -p to clearly indicate success
or failure of fsck, rather than just dumping fsck output.
k) Always run mount_fs in install.sh, even if disk initialization is
being skipped, because the trap should have unmounted all filesystems
when the last run terminated.
ok weingart@ millert@
|
|
|
|
/etc/services used during installations.
This way it is not necessary to run the install script before
using commands requiring these files.
Requested by deraadt@.
|
|
that use the miniroot install scripts.
During an install, donetconfig() in miniroot/install.sub now
creates a minimal /etc/protocols and /etc/services.
During an upgrade, enable_network() now copies the existing
protocols and services files into /etc.
Saves approximately 13K on floppy/cd images.
|
|
|