| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Paul Richards
|
|
|
|
|
|
| |
lines (like perhaps line for soundblasters etc).
Reviewed by:
Submitted by: guido
|
|
|
|
| |
2) updated to work with 2.0/4.4 binaries.
|
|
|
|
|
| |
Reviewed by:
Submitted by: guido
|
|
|
|
|
| |
obj links again and they need to be nuked out one more time after it's finished.
Sigh.. Oh well, this code will probably never be run again anyway.
|
|
|
|
| |
after bin/des distribution is extracted, so I figure it's worth it.
|
|
|
|
|
|
|
| |
1. Use ${MAKE} everywhere again. Whoops.
2. Replace multiple invocations of gzip ... split ... with one variable.
3. Add src-clean target for making the src tree presentable before
making a src tarball out of it.
|
|
|
|
|
|
|
|
|
|
|
| |
upon disk type. In far more cases than not this is the optimal setting
for any disk drive made after 1990.
This now means all installs will have the disks newfs'ed with either:
newfs -b 8192 -f 1024 -d 0 -n 1
or
newfs -n 4096 -f 512 -d 0 -n 1
depending on what the user chooses for the blocking factor.
|
|
|
|
|
| |
date!!) and rename them to something more eye-catching so people will read them
again (considering the previous state of affairs, I'm actually rather glad they didn't!).
|
|
|
|
|
|
|
|
|
|
| |
1. Add to secr and bindists to possibly save the occasional fool who
doesn't RTFM and uses the wrong command to extract this (or even someone
who's legitimately using this to extract on top of a bindist somewhere
*else*).
2. Do the right thing with any symlinks in the src tree. Right now, we're
free of the buggers, but just in case.
|
|
|
|
| |
tar --unlink.
|
|
|
|
|
| |
blocks as *multiple* arguments, not one argument (as was incorrectly being
passed).
|
|
|
|
| |
with CRYPT initially set.
|
| |
|
|
|
|
| |
2. Use elvis instead of vi for the editor on the cpio floppy; dmesg is back.
|
|
|
|
| |
for the cpio floppy.
|
| |
|
|
|
|
|
|
| |
1. All the crunched files work now; don't install copies, used the crunched
versions.
2. Make the clean rules DTRT now that we have stuff to clean.
|
| |
|
|
|
|
|
|
| |
2. Get kcopy and filesystem images from current directory since we
now build them here; a clean rule is now all that's needed to make
the crunch stuff complete.
|
|
|
|
|
|
| |
The kernel configs already support this, so with a boot floppy or a utility
like booteasy, the user should be able to install and boot off the second drive.
Hurrah.
|
| |
|
|
|
|
|
| |
o insecure and inconsistent permissions for tape devices.
o didn't make the DOSpartition wd devices.
|
| |
|
| |
|
| |
|
|
|
|
| |
# If you want to be asked for password, change "secure" to "insecure" here
|
|
|
|
|
|
|
| |
way I'm going to allow this to be set to secure. People blow their
password files away all the time, and I am not at all keen to lose the
ability to get them recovered with the simple expedient of a single-user
boot.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without this entry init.bsdi don't ask root password when it goes
to sigle-user. This entry must present here in any case,
subject of arguing can be only default mode, I mean
"secure" or "insecure" here. Please consider this entry
like template and change "insecure" to "secure" if you
are _shure_, but not back out whole line.
# This entry needed for asking password when init goes to single-user mode
console none unknown off insecure
|
|
|
|
|
| |
default (ack ack, evil evil, but easier than changing syscons at this
late hour).
|
| |
|
|
|
|
| |
2. Remove the NOOBJ line - we want an object dir now.
|
|
|
|
|
| |
that you can read a book and load the floppy distribution at the same
time.. :-)
|
|
|
|
|
| |
no longer need it, and it's just one more thing we would have to remember
to change with every shared lib version bump.
|
|
|
|
| |
tree now (rather than having a local copy.
|
| |
|
|
|
|
| |
them. These were al hand-copied over before.
|
|
|
|
|
|
|
| |
1. Properly use ${.CURDIR} now instead of hardcoded relative dirs.
2. Use ${BINOWN} and ${BINGRP} everywhere instead of root/wheel
3. Add target for copying over EXTRACT scripts (and add them here).
4. Start thinking about crunched floppy target (not in yet, next commit).
|
|
|
|
| |
2. Bump version number to 1.1.5 for impending release.
|
| |
|
|
|
|
|
|
| |
Deleted commented-out line which would start mountd; that's not
the right pplace to do it (don't confuse the users).
Should probablyhave uncommented rpc.rstatd, but didn't.
|
| |
|
|
|
|
|
|
|
| |
The configure function now tells the user to type "man 5 resolver"
for more info on resolv.conf, but mentions that the bindist must
be fully installed before this can be done (actually a user won't
have reached this stage if he doesn't have an installed bindist ;-)
|
|
|
|
|
|
| |
configuration which is done is minimal, and the script refers the user
to the resolver(5) manual page for information on fine-tuning name
resolution.
|
|
|
|
| |
system documentation format
|
| |
|
|
|
|
| |
(Once again, pointed out by Volker Paepcke.)
|
|
|
|
| |
(Pointed out by Volker Paepcke)
|
| |
|
|
|
|
|
|
| |
(NOMANCOMPRESS works together with the new bsd.man.mk to turn off
compression of manual pages - manual pages are installed compressed
by default now.)
|