jkh
1e14740969
The Dutch usage instructions. Thanks, Marc! [I know how to say thanks in
...
Dutch, but not spell it :-)]
Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl>
1995-05-04 03:16:06 +00:00
jkh
79a8bb6f9b
Commit the Russian version of usage.hlp. Bolshoi Spassibo, Serge!
...
Submitted by: Serge A. Babkin <babkin@hq.icb.chel.su>
1995-05-04 03:12:28 +00:00
jkh
f4dd3c0491
The JIS version of usage.hlp.
...
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
1995-05-04 00:27:39 +00:00
jkh
1707629625
Add German usage instructions. Thank you, Joerg! I'd spell your name with
...
an umlaut, but I don't know how.. :-)
Submitted by: joerg
1995-05-04 00:15:50 +00:00
jkh
36b08e4748
Add the French usage instructions. Thank you, Jean-Marc!
...
Submitted by: jmz
1995-05-03 22:44:00 +00:00
phk
3a333cad85
Add the private void *pointer to the chunks, and the functions to manage it.
...
Make the reassignment of partition names less bogus.
1995-05-03 22:36:52 +00:00
jkh
da1f0a96f4
Update the usage document.
...
If anyone wants to translate this into another language, I believe it's
ready.
1995-05-03 17:44:47 +00:00
jkh
3864ecd382
Export the chunk names properly.
1995-05-03 17:38:00 +00:00
phk
af83fa703c
Make the target for tst01 more sensible.
...
Remove bogus targets.
Allocate partition letters as follows:
lowest offset "flags & CHUNK_IS_ROOT" gets 'a',
lowest offset "subtype==FS_SWAP" gets 'b'
the rest is allocated in offset order from this sequence "defghab".
This will generally make sense.
Added rules to complain if more than one CHUNK_IS_ROOT or more than one
FS_SWAP per FreeBSD chunk.
Set CHUNK_IS_ROOT on the 'a' partition in Open_Disk.
Run Fixup_Names in Open_Disk.
1995-05-03 06:30:59 +00:00
jkh
1c18a4d506
foo -> unknown
1995-05-02 20:16:16 +00:00
jkh
41c930394a
I need Open_Disk() to not spew on my screen. #ifdef out some diagnostic
...
printfs.
1995-05-02 19:52:27 +00:00
jkh
5a37c09cb9
Bring in place-holder files for the various languages until I actually
...
have some doc.
1995-05-01 21:57:01 +00:00
jkh
e3598880e3
Commit my latest changes before having a nap. Still not close to done,
...
nor is it in sync with my working sources, but it leaves me less CVS hassles
to bring in the new files at this time. Still no documentation to translate
quite yet, but soon. This stuff is actually very close now.
1995-05-01 21:56:32 +00:00
jkh
d0d51976ab
foo -> unknown.
...
I have to be able to show this stuff to the user. :-)
1995-05-01 21:30:24 +00:00
jkh
7b41bdb12c
Rename secure to DES. This isn't a 100% accurate renaming since some
...
of the eBones stuff is in there too, but it's better than `secure', which
implies that the user will be insecure without it.
1995-05-01 12:01:39 +00:00
jkh
d369a779fb
Stick a more BSD-like Makefile here so that I can link to the library.
1995-05-01 08:08:02 +00:00
phk
632f39cd53
start CHS is 0xff,0xff,0xff if past 1024.
...
end CHS is 1023,bios_hd,bios_sect if past 1024. This way we can find
bios the geometry again.
Added a primitive "scan" to tst01.
1995-05-01 04:05:27 +00:00
phk
0ffc27529d
Use the DIOCSYNCSLICE ioctl now. (use only with kernel from this morning).
...
Get the CHS's right.
Get the disklabels (more) right.
1995-04-30 22:51:05 +00:00
phk
207cc9aa1b
get bootblocks right.
...
Add mbr and bteasy17 to tst01
read partitions from kernel instead of disk.
Still problems with writing labels, discussing with Bruce.
Extended slices doesn't get written yet.
1995-04-30 11:04:16 +00:00
phk
5eb0a0c02b
Missing -r flag on rm
1995-04-30 09:02:08 +00:00
phk
e3530256c9
Use 0xff for CHS when past 1024 cyls.
...
Fix (hopefully) a bug Gary found.
1995-04-30 07:30:45 +00:00
phk
5b57901e70
Make the default case less scary :-)
1995-04-30 06:19:32 +00:00
phk
b86a741dd0
Now we do writes too.
1995-04-30 06:09:29 +00:00
jkh
fe13bd0b5e
o Add extra menu types (radio implemented, multiple choice shortly).
...
o Make the framework generally more robust.
o Figured out how to nest the menu descriptions - no more grotty initialization
of menus.
o Fix bug with helpline and helpfile not being reset.
o Add stubs for the media selection code.
Coming next: Fdisk and disklabel screens using Phk's new libdisk stuff.
1995-04-29 19:33:06 +00:00
phk
9684e60aa3
Names are assigned when chunks are created.
...
Rules for only one fat & one extended in MBR.
1995-04-29 07:21:14 +00:00
phk
2d7a4f8776
Even More stuff. Disk_Names() is here amongst other things.
1995-04-29 04:50:39 +00:00
phk
093fd20263
Next Iteration, getting better.
...
Made an All_FreeBSD() function.
Added a cmd-line interface (lowest rank) to the tst01 program.
The tst01 program is harmless (worst it can do is coredump), but it
is instructive to run, you can see what the slice-code things of your
disk...
1995-04-29 04:00:57 +00:00
phk
f7bf327ed4
Sanitize and explain a little bit... Implement the first rules...
1995-04-29 01:55:25 +00:00
phk
773ad9f330
This is a revision 0.00 of the backend stuff for the fdisk/disklabel stuff
...
in the new sysinstall. If you want to give a helping hand, then send email
to phk@FreeBSD.ORG . DO NOT COMMIT TO THIS DIRECTORY!
1995-04-28 23:57:04 +00:00
jkh
eac335a7a6
This will be the module that handles all media detection.
1995-04-27 18:05:10 +00:00
jkh
3fd1641f11
Latest raft of changes.
...
Added another couple of menu item types.
Reshuffled the menus and added a few more. Sure wish I could figure out
how to initialize a menu with _one_ initializer rather than two! :(
1995-04-27 18:03:55 +00:00
jkh
d8e135fb5e
This commit was generated by cvs2svn to compensate for changes in r8097,
...
which included commits to RCS files with non-trunk default branches.
1995-04-27 12:50:35 +00:00
jkh
6f2f81d9e4
Here is my first "framework" commit of the new sysinstall. There is a LOT
...
more to come in the next 24 hours, this is just the first stable result of
8 hours of hacking so far. The specification format for menus is pretty
much hammered out and the beginnings (very humble) of the doc hierarchy
are present for an example. It should be quite easy to add a lot more
menus quickly to this since I did go somewhat out of my way to make the
framework easy to work with. This is NOT the glorious semi-graphical
sysinstall (or whatever its name will be) that the install-geeks are working
on, this is simply the "son of sysinstall" I've been promising to write in
the interim for 2.0.5 and 2.1R (super install doesn't come until 2.2R).
1995-04-27 12:50:35 +00:00
phk
9389f84a98
This is a helper program to patch a filesystem into a "MFS_ROOT" kernel.
1995-04-25 03:45:18 +00:00
phk
f096b4f8cf
install "compat20" (libgcc.so.261.0) into the bindist.
...
cc/ld does the right thing.
1995-04-24 04:06:30 +00:00
phk
4b8b3f4b76
Add the stuff to munge the name of the release/snap/whatever we build.
1995-04-23 23:06:36 +00:00
phk
5b76289d02
Add a "set -e" to all of these, to catch failures.
1995-04-20 06:49:09 +00:00
phk
ebb21d2458
A major cleanup. Move more over to a "pull" model than a "push" model,
...
this will eventually allow us to add meaningfull dependencies.
Add mount_{msdos,nfs,cd9660} and chroot to the fixit.flp.
1995-04-20 06:48:31 +00:00
phk
9b5928083c
Put a kzip'ed GENERIC on the boot.flp and fixit.flp instead of BOOTFLP,
...
now that we have the space.
If this works out to our liking, we will kill BOOTFLP.
Now, if only we could extract the kernel, incl symbols from a kzip'ed kernel...
1995-04-19 18:00:04 +00:00
phk
c4bc75c03c
Thanks to the dynamic duo of John & David, ("meanwhile in the VM-cave"), we
...
can use the vn-driver instead of physical floppies, thanks guys !
Add the fixit-floppy back now that kzip made it fit again.
Don't make the gzip'ed *.flp files anymore.
1995-04-19 17:42:32 +00:00
phk
4330105d46
kzip the kernels on the boot.flp and fixit.flp, and buy us more space...
...
*** This definitively kills installs on machines with less than 4Mb ***
*** the kzip stuff loads a the 3Mb line. This is Just Too Bad (TM) ***
1995-04-19 01:19:57 +00:00
jkh
5649197789
Remove fixit floppy from things to build until Poul makes it work again.
1995-04-13 20:21:06 +00:00
gpalmer
8e8b125da9
The tmpdir cleaning routine _still_ wasn't right! :-(
...
I think this truly fixes it.
1995-04-13 09:30:58 +00:00
phk
60240980a2
tell people what we do at the end, since it can take a little while.
...
use "set -e" when extracting bindist
make src dists extract.
1995-04-13 09:06:15 +00:00
phk
148f48ca86
Reduce inode count on floppies a bit again
1995-04-13 09:05:25 +00:00
phk
10e43cc3de
Even more inodes on the floppies...
1995-04-13 02:11:31 +00:00
phk
607cd0b4b3
added a missing '; \'
1995-04-12 21:13:08 +00:00
phk
3d6e9f574b
Add bad144 to fixit floppy.
...
Remove kernel compile directories.
Put all *[sw]d* devices on floppies
Make more inodes on floppies as function of the above.
1995-04-12 08:00:24 +00:00
phk
2c50cf3c25
Sanitize the making of kernels a bit, and make the BOOTCDROM kernel too.
...
If we can get away with it, it will always just be the GENERIC kernel
with a different name.
1995-04-10 08:01:27 +00:00
jkh
11c4653bbc
Do another pass over the delete code. This is better. Now we don't
...
try to expand a wildcard to delete the entire contents.
1995-04-09 09:01:56 +00:00
jkh
b985c7c718
Try and see if I can make the remove function work..
1995-04-09 08:56:02 +00:00
jkh
2ef7bb4cbc
Add etc/sysconfig to list of files stuck on the cpio floppy. I thought
...
we did this already?!?
1995-04-09 03:47:55 +00:00
jkh
417470f34a
Remove preservation of myname and defaultrouter files - they're deprecated
...
anyway.
1995-04-09 03:44:03 +00:00
phk
c4c9cf1214
Don't choke if secure bits are not available.
1995-04-08 21:29:56 +00:00
jkh
68dc07c4de
Add lnc0 ethernet driver.
1995-04-08 11:41:22 +00:00
phk
7cf8b5d47e
Fix the bug which removes all empty dirs from distribution. Sorry Jordan...
1995-04-08 09:45:31 +00:00
phk
a60094c595
Added zp0 and eg0 to interface menu. Dropped all the "at 0xfoo" comments.
1995-04-08 09:43:54 +00:00
phk
4fbc27d008
Various changes:
...
tip removed from cpio.flp (!) crunch chokes on it after the latest changes.
source for secure & eBones moved into securedist.
1995-04-07 01:20:26 +00:00
phk
7cff2496a2
Remove kernel compilation directories after use.
...
Move stray "info" files into info dist.
1995-03-28 19:28:32 +00:00
phk
69fb2ca8a1
Save /etc/sysconfig from destruction.
...
Don't put termcap.db and vgrinddefs.db in the tarballs when they are so
easy to generate and take up so much space...
1995-03-28 18:14:10 +00:00
phk
2a03937be0
They mystery of the recursive /sys/sys/ solved.
1995-03-28 08:01:47 +00:00
phk
2d14b997cd
mkdir /usr/src if it doesn't exist.
1995-03-25 05:03:40 +00:00
jkh
fda2c102c0
Add sysconfig to list of cpio floppy targets.
1995-03-25 04:53:39 +00:00
phk
65933ca3a1
Fix cdrom.1 target.
1995-03-24 08:10:53 +00:00
phk
a4a0a39769
Fix srcdist names. Fix structure in ftp-area.
1995-03-24 04:20:35 +00:00
phk
cfb98a92bd
Fix a bogon.
1995-03-24 03:38:48 +00:00
phk
a3bee0e414
A whole slew of changes relating to the generation of src-dists.
1995-03-24 02:45:34 +00:00
phk
0d8a56e891
Make src-tarballs in one level. Don't tar things named 'obj'
1995-03-24 02:05:32 +00:00
phk
0c27d01e40
Tolerate both ways of doing the src-dists.
1995-03-24 02:04:00 +00:00
jkh
2c3e08c608
Set hostname properly in /etc/sysconfig
1995-03-24 00:23:18 +00:00
phk
a5da6ee74d
set SHELL for ftp.
1995-03-24 00:23:02 +00:00
jkh
c1308f08b1
Name juggling, make things a little clearer.
1995-03-24 00:18:31 +00:00
phk
725eec5127
Add a missing ${DIST}/
1995-03-24 00:16:51 +00:00
phk
3ec47ef257
Make /usr/include directories...
...
Submitted by: rgrimes
1995-03-22 20:37:53 +00:00
jkh
249714d21e
Remove gratuitous remove and make it an ln -fs
1995-03-21 21:44:54 +00:00
jkh
d6889ddbb5
Update for new FAQ file locations.
1995-03-21 20:24:00 +00:00
phk
e6909e91db
Add "ix0" Intel EtherExpress.
1995-03-18 08:04:18 +00:00
phk
7a9ff70615
Dont install DES bits in cdrom area.
1995-03-17 04:54:13 +00:00
phk
7f7d0e0282
Remove imutable bits, they will not survive anyway. First cut at cdrom
...
make rule.
1995-03-16 22:54:42 +00:00
phk
7a470dd511
Well, it seems like the vn driver is pretty hosed still, so don't use it :(
1995-03-16 05:58:28 +00:00
phk
85404d96e4
Code to use vndevice instead of floppy to build floppy images.
1995-03-16 05:40:02 +00:00
phk
65016847a9
I belive the floppies work as expected now. (incl the fixit)
1995-03-15 06:14:19 +00:00
phk
999c25dc85
This is the shared version of the libgcc which we will need for 2.0 stuff
...
to run on 2.1.
Obtained from: 2.0-RELEASE bindist
1995-03-14 00:06:11 +00:00
phk
b9928379ff
Added a fixit floppy to the rules.
1995-03-13 20:09:38 +00:00
jkh
779bbefe34
Add entry for Sound Blaster/Matsushita CDROM
1995-03-02 04:18:43 +00:00
phk
2c8d27f2cb
Move a -P
1995-02-28 20:32:29 +00:00
phk
7990632f0d
cvs export doesn't like a explicit '-P'
1995-02-28 04:38:21 +00:00
phk
9dc9082480
More bugfixes.
1995-02-28 01:15:52 +00:00
phk
d5240ccc32
Various things, bits and pieces to make this maybe work next time.
1995-02-26 20:45:34 +00:00
phk
60395e83e2
Various changes to make this work.
1995-02-26 01:35:32 +00:00
phk
e9f480c4e2
New and better "make release" rules.
1995-02-25 22:08:48 +00:00
jkh
ac6ad4135e
Give user a change to read startx messages.
...
Suggested by: David Muir Sharnoff <muir@idiom.com>
1995-02-16 12:36:47 +00:00
jkh
00e8d326cb
Fix embarassing typo pointed out by Dave Sharnoff - 16bit does
...
NOT = 16k colors! :-}
Submitted by: David Muir Sharnoff <muir@idiom.com>
1995-02-16 12:30:31 +00:00
jkh
5b149cbe50
Fix up the comments about NFS options - the ones listed were wrong
...
Submitted by: wpaul
1995-02-13 02:28:14 +00:00
jkh
5d842167c2
Some small cosmetic changes I'd been meaning to make.
1995-02-13 01:58:29 +00:00
phk
495be9dad1
/var/games -> games dist.
1995-02-11 05:35:37 +00:00
jkh
34d53c4d9d
Link to /sys in extract.
1995-02-10 07:22:39 +00:00
jkh
34a3255a35
Fix a small punctuation typo I just noticed.
1995-02-10 06:52:16 +00:00
phk
b52377f6a8
A better fix for the newfs floppy problem
1995-02-10 06:04:58 +00:00
jkh
ed0808faf1
Merge in some cosmetic changes - clean the two kernel images we depend
...
on when a `make clean' is done - prevents a Feb 2nd BOOTFLP kernel going
onto a Feb 10th boot.flp, as now almost happened.. :-)
1995-02-10 05:51:01 +00:00
phk
6b16692f6c
A bit of unexpected fallout from the newfs change.
...
newfs'ing a floppy fails now, unless we tell it geometry. I thought at
disktype would take precedence.
1995-02-10 05:41:10 +00:00
jkh
c8a9959952
On second thought, only do extract if select returns success.
1995-02-10 05:05:41 +00:00
jkh
b4f4d1d779
Clean up some of the english, make things more explanatory.
1995-02-10 05:02:33 +00:00
jkh
db2c6a3baf
Eliminate gratuitous select step.
1995-02-10 04:53:01 +00:00
jkh
823ef3fe8f
Prepare for 950210-SNAP
1995-02-10 01:13:27 +00:00
jkh
75ef70cb02
Andreas Schulz asks:
...
I have seen two strange things in it :-).
The first: in CLEANFILES is CPIO3 referenced, that leads to the
deletion of half of the scripts that are in the source. Intended ?
Second: The comment above the CPIO3= line says that bininst must be
the last on the floppy, but setup follows it now ?
And I reply:
This was all wrong! Fixed! Thanks!
Submitted by: ats
1995-02-09 08:36:23 +00:00
jkh
3d44a439a9
Extract the sources into the right place! Can't believe I didn't notice
...
this before.
1995-02-07 01:01:21 +00:00
jkh
7a61f4209e
Give the user a chance to specify all the network setup parameters again
1995-02-03 00:42:27 +00:00
jkh
e5d141c185
Whoops, actually DO the last config!
1995-02-02 23:39:44 +00:00
jkh
78bc43e933
Get ready for the XFree86 3.1.1 distribution (next snapshot),
...
compat1x -> compat1xdist
1995-02-02 23:13:26 +00:00
jkh
a774afb382
Put the release number in the first banner - makes it easier to quickly
...
tell if I've muffed it.
1995-02-02 23:09:30 +00:00
jkh
9327ba1eba
Fix some last boners in the setup script.
1995-02-02 20:46:40 +00:00
jkh
ac631fe6b6
Why not give user a chance to start it, too?
1995-02-02 14:30:36 +00:00
jkh
373a5b6767
Make this a bit more aggressive.. :-)
1995-02-02 14:21:46 +00:00
jkh
b019f1080e
Here's the _real_ XFree86 3.1.1 installation script. I'm ready.. :-)
1995-02-02 14:18:04 +00:00
jkh
eaa3507b90
A better clean rule.
1995-02-02 12:29:03 +00:00
jkh
4ba7170328
Clean these up a bunch more - gee I'm glad I do these snapshots, they uncover
...
*so many problems*.. Too bad the snaps themselves don't get made as a
consequence.. :-)
Bump the date forward Yet Another Day. David has some changes he wants to
see rolled in, so I guess we're down for Feb 2nd as the snap date!
1995-02-02 08:31:38 +00:00
ache
b46423171c
Create directory symlinks neccesary for locale because mtree
...
can't create symlinks.
Suggested by Rod.
1995-02-02 08:03:24 +00:00
jkh
985dab5887
This was misleading - you select OK to continue, not Cancel! ;-)
1995-02-02 05:44:14 +00:00
jkh
a8a1937a5a
We no longer need a welcome telling us to take a floppy out - it's already
...
out.
1995-02-02 04:57:05 +00:00
jkh
1175d72930
Clean up the documentation in light of a few recent changes.
1995-02-02 04:13:22 +00:00
jkh
ee26961c68
We don't need to go back to the first screen again - optimize this.
1995-02-02 04:08:13 +00:00
jkh
e40e3d935b
Argh! I left the setup script off the floppy. Time to re-roll it.
1995-02-02 04:07:51 +00:00
jkh
dded5eaf51
Don't forget to make the gzip'd boot floppy.
1995-02-01 22:53:32 +00:00
jkh
19441ff4f8
Take out my previous change to update the src tree first - that was
...
stupid.. :-)
1995-02-01 11:19:24 +00:00
jkh
685c12b3f3
Bump the date on the snapshot. The previous one never happened.. :-)
1995-02-01 10:59:37 +00:00
jkh
0144326926
Add sweden to list of install sites.
1995-01-30 22:52:50 +00:00
jkh
602e297dab
Make jkhdist also update the tree.
1995-01-30 07:01:56 +00:00
phk
48cc387009
1.44 floppies considered evil now. Real kernel on cpio.flp.
...
added explicit "OK" file.
Nuked vn support, doesn't work second time around :-(
1995-01-30 03:22:24 +00:00
jkh
f5db704703
Try one theory about why the domain name isn't being default right now.
1995-01-30 02:13:05 +00:00
jkh
a3fd752925
srcbin dist, not bin
1995-01-29 08:38:22 +00:00
phk
68256df956
Make sure the scripts/* files have 'x' bits.
1995-01-29 06:29:14 +00:00
phk
5852abee9f
Change the boot.flp rule to use the "vn" device. Much faster :-)
...
remove bootsd and sdboot from the boot.flp, the matching change to
sysinstall will arrive later this evening.
1995-01-29 02:12:30 +00:00
jkh
aada97abba
Take out ?diskfree - it doesn't make any sense now..
1995-01-29 01:35:24 +00:00
jkh
f00042a390
I blew the date on this. Sigh..
1995-01-29 01:32:32 +00:00
jkh
1c4f0da002
Copy the src tarballs' script to the right place.
1995-01-28 22:29:27 +00:00
jkh
6bc8b5cc65
Make some of the extract scripts more explicit.
1995-01-28 09:11:39 +00:00
jkh
c4f97fa185
Print message about ignoring stupid warnings in game dist
...
Don't ask user to press return after every dist.
1995-01-28 09:07:48 +00:00
jkh
9324ad8d8f
Syntax errors corrected
...
Add support for Sony CDROM
1995-01-28 09:04:12 +00:00
jkh
c73a368a7a
Make the check for a precompiled kernel correct.
1995-01-28 05:33:52 +00:00
jkh
c0c281b7e3
Tweak some of the notes.
1995-01-28 01:20:18 +00:00
jkh
e8954f8b1a
Update everyone's paths to point properly into /stand/scripts.
1995-01-28 01:18:44 +00:00
jkh
33e570e0f6
Bump the snap number
1995-01-27 18:21:26 +00:00
jkh
10b39986db
Make the gzip commands more rational.
1995-01-27 08:30:35 +00:00
jkh
244038ba3f
Make this not fall over screaming if a file isn't found (the user might
...
not have wanted it).
1995-01-27 08:26:25 +00:00
jkh
0aa62f1991
Get the src rule right.
1995-01-27 08:06:43 +00:00
jkh
66ad17f0ff
Adjust some of these extract scripts.
1995-01-27 07:49:46 +00:00
jkh
5c5fc266ed
Adjust names of distributions.
1995-01-27 07:37:55 +00:00
jkh
afcbac72a4
Don't build src tarball by default.
1995-01-27 07:37:41 +00:00
jkh
19577a5f4d
Change a few more mkdirs to mkdir -p's.
1995-01-27 06:24:35 +00:00
jkh
e9aaae828c
Add a -p to mkdir.
1995-01-27 01:47:32 +00:00
jkh
1ff831f903
Move all the src tarball stuff from etc/Makefile into here.
1995-01-17 19:57:35 +00:00
jkh
5cb211d8bc
Submit srcdist changes
1995-01-15 06:31:50 +00:00
jkh
be29d65922
Add some helpful text about send-pr.
1995-01-14 21:08:05 +00:00
jkh
e4cc082f5f
Add my own custom target for now.
1995-01-14 20:15:38 +00:00
jkh
e58b3d862c
Add very crude beginnings of the setup script.
1995-01-14 13:34:37 +00:00
jkh
92ea353442
Try out my new idea for making the srcdist..
1995-01-14 12:51:40 +00:00
jkh
29995a54fe
Change the way the srcdist is generated.
1995-01-14 12:44:23 +00:00
jkh
bfd797c7f7
Initial revision
1995-01-14 10:28:20 +00:00
jkh
1839545b6d
Be neat - put bininst in scripts directory too.
1995-01-14 10:28:11 +00:00
jkh
e538a7cccb
Further review for scripts/ dir renaming.
1995-01-14 08:02:49 +00:00
jkh
fcfaa406aa
Make the whole *dist naming structure halfway orthogonal.
1995-01-14 07:48:09 +00:00
jkh
b27348e0a5
Do the right thing with init for secrdist.
1995-01-14 07:44:23 +00:00
jkh
e84a47a834
Initial revision
1995-01-14 07:41:52 +00:00
gibbs
6336578059
Remove extra leading tabs that made this thing blow up.
1995-01-13 08:06:55 +00:00
jkh
1b47facd92
I must be hallucinating. Back out the previous change. Um. Drat,
...
how to do this?
1995-01-13 06:44:23 +00:00
jkh
8815663148
Add conv=osync to the boot flop. You know, this might explain those
...
mysterious rawrite problems! :-)
1995-01-13 05:43:03 +00:00
jkh
c468677d0b
A slicker way of eliminating bogus quotes.
...
Ask less questions about the temporary directory if instructed to.
1995-01-12 16:18:18 +00:00
jkh
dbc066f766
Efficiency tweaks to Makefile,
...
add missing regexp lib for grep (cpio floppy).
1995-01-12 12:30:07 +00:00
jkh
d8f618fa89
Prepare for next snapshot.
1995-01-12 10:34:37 +00:00
jkh
08ff911ba0
Fix botched URL for Thailand.
1995-01-09 14:41:13 +00:00
jkh
fd9a6ba249
Add Korea mirror
1995-01-07 22:55:12 +00:00
jkh
9cb0c47690
1. Add bump release number nag to start of release rule. Thx to Philippe
...
for suggestion!
2. Add Thailand to list of mirrors.
1995-01-07 11:09:50 +00:00
jkh
e7f0ff7369
Nuke out gratutious newlines.
1994-12-29 20:09:59 +00:00
jkh
92495f8331
Miscellaneous fixes for the snapshot.
1994-12-23 05:11:18 +00:00
jkh
cd866e52ae
Whoops! I buggered up the tape dialog. Fixed. These changes allow
...
you to specify your tape drive device for the cases when the user
has more than one.
1994-12-23 03:30:02 +00:00
jkh
4f36d2dc22
Fix a typo that crept in with the last update.
1994-12-23 02:55:07 +00:00
jkh
881feb8b53
Even more bogons eradicated. My, there are a lot of them in here! :-)
1994-12-23 02:25:32 +00:00
jkh
aabe5bb0c9
Whoops, another lurking bogon!
1994-12-22 21:34:36 +00:00
jkh
b9b9ce83b8
Fix a slight bogon with a directory not being made before it was used.
1994-12-22 20:38:23 +00:00
jkh
f1a8be07df
Tweaks for the upcoming 2.1 installation.
1994-12-21 04:57:07 +00:00
jkh
78bfd8e0f5
Move some obnoxious files: airport, birthtoken, flowers, na.phone & zipcodes
...
to the "dict" dist.
This is belived to reduce the risk of heart attacks in some european countries.
phk ristede runen.
1994-12-18 12:15:13 +00:00
jkh
0e7059c1ad
Add a sanity-check for those building their own releases.
1994-12-17 12:38:09 +00:00
jkh
035619e808
First cut at making multiple distributions loadable in a single pass.
1994-12-17 06:57:45 +00:00
jkh
faf474ba2d
Remove pppd.
1994-12-05 01:37:50 +00:00
jkh
ddca5a7585
1. Remove ppp options. There's no room in the generic kernel.
...
2. Fix some extra `:'s in some of the ftp site names.
1994-12-05 00:40:25 +00:00
jkh
c1d9449409
Adjust source paths broken by the i386/ renaming.
1994-12-05 00:21:27 +00:00
ache
9c4eb7028a
change serial interface name
1994-12-05 00:13:11 +00:00
jkh
9cd145015c
Fixes from Jim Babb. Should finally fix tape installations. Thanks, Jim!
...
Submitted by: babb
1994-12-04 03:41:18 +00:00
jkh
6184e30f9c
Add Israel site.
1994-12-02 21:15:19 +00:00
jkh
5e6812f8c4
IFCONFIG->IFCONFIG_CMD in dialog box prompt.
1994-12-02 21:05:27 +00:00
jkh
c33ccddbf1
Josh Littlefield's fixes for my extreme boneheadedness.
1994-12-02 15:52:55 +00:00
jkh
4d9b3377cf
Fix dialog width for "Please enter the next diskette..." stuff.
...
Mount DOS floppies read-only.
1994-12-02 15:36:45 +00:00
jkh
c07b8f0f9b
1. the prgboxes aren't working at all. Stop using them for tape
...
extraction.
2. If what's extracted from the tape is a subdir, cd into it before attempting
to extract it.
1994-12-01 20:11:52 +00:00
jkh
a550201d28
Add gzips for the real floppy images.
1994-12-01 20:02:44 +00:00
jkh
ea7a800eef
Remove gratuitous gzip of boot.flp
1994-12-01 20:01:37 +00:00
jkh
038912dd53
Fix another unfortunate little buglet intruduced during the Great Renaming..
1994-12-01 20:00:32 +00:00
jkh
ec8bbabc02
More fixes from Keith Walker. Thanks, Keith!
1994-12-01 13:46:13 +00:00
jkh
6322ef0b1d
Argh. I hate my life. I broke NFS *again* by leaving this line
...
inadvertantly in place. I guess I have it in for NFS installs or
something! :-(
1994-11-30 22:15:48 +00:00
jkh
b8413feada
Build both 1.2MB and 1.44MB floppies now. this all needs a good re-think,
...
but this at least works for now.
Reviewed by:
Submitted by:
Obtained from:
1994-11-30 15:54:39 +00:00
jkh
3486bdd145
Merge in more creature-confort changes, plus some spelling and general
...
badness fixes from Keith.
1994-11-30 11:58:29 +00:00
jkh
b0bf683034
Change `-o resvport' to a much simpler -P.
1994-11-29 23:55:52 +00:00
jkh
0157925fed
Make the suggested NFS options actually work now. Neither Garrett nor I were
...
actually correct. mount_nfs takes *different* options than mount -t nfs does.
1994-11-29 23:54:07 +00:00
jkh
4306355165
Do some last evil things when extracting the bindist to work around problems
...
reported so far with /tmp and /sys. This should just drop into a current
bindist without problems.
1994-11-29 00:56:30 +00:00
jkh
2ff2bad028
First shot at fixing all the various bugs reported so far in the
...
installation.
1994-11-28 22:13:07 +00:00
ats
ab431133f1
Submitted by: Philippe Charnier
...
Corrected two typos in the specification of the french freebsd site.
freeBSD -> FreeBSD.
1994-11-27 13:03:00 +00:00
phk
220670ec90
Finally commit the tzsetup thing :-)
...
Delete old cksum stuff before remaking it.
1994-11-24 22:30:03 +00:00
jkh
fda7f58172
Make the UFS stuff try to be a little less clever.
1994-11-24 20:52:16 +00:00
jkh
81645a4f2f
Only get CD/NFS/UFS/... subdirs if they're really necessary.
1994-11-24 20:49:58 +00:00
jkh
c02b11da47
More completely integrate Garrett's doc changes. I didn't read them
...
closely enough the first time.
1994-11-23 11:04:00 +00:00
jkh
4066c0cb0f
Fix stupid NFS bug reported by David Rivers
...
Fix doc bug reported by Garrett Wollman.
A new cpio floppy should probably be rolled from these changes.
1994-11-23 11:01:41 +00:00
jkh
79f6c3892f
Correct a really stupid bug that broke NFS installs. SIGH!!!!!
1994-11-23 10:52:30 +00:00
jkh
472d5c6159
Changes for 2.0R.
1994-11-22 09:02:46 +00:00
jkh
89674c7ab6
Make serial interface have a default value, and indicate that it has
...
to start with /dev. Thanks, Chris.
1994-11-22 06:50:13 +00:00
phk
6498a57d0e
Various hackeries.
1994-11-22 05:21:06 +00:00
jkh
eb30966165
Fix an obscure message that went off the right hand side.
1994-11-21 11:18:48 +00:00
jkh
1b5e162619
Allow users to specify both a timezone AND add users. Whoops!
...
We're all pretty nuked at this point..
1994-11-21 09:50:02 +00:00
jkh
d3201fd9ab
Make sure new machines always have a host name.
1994-11-21 08:33:56 +00:00
phk
34dc31864a
syntax error
1994-11-21 08:15:25 +00:00
jkh
db0cb9337b
Make abort just abort, not ask. Dialog's internal state is hosed at that
...
point anyway by re-entrancy.
1994-11-21 07:33:21 +00:00
jkh
fc61cb3f6e
Delete packages from list of options - we don't handle it properly
...
anyway. Clip the XFree86 prompt down to size.
1994-11-21 07:25:27 +00:00
jkh
a13e3f4f9e
Add XFree86 distribution to list of possibles.
1994-11-21 06:45:01 +00:00
jkh
894a717f36
Redirect cd errors properly to /dev/ttyv1
1994-11-21 06:18:30 +00:00
jkh
b4b53f4e50
Make David happy.
1994-11-21 06:15:30 +00:00
jkh
fc824c3ace
Wasn't unmounting media in-between extractions. Fixed.
1994-11-21 05:36:01 +00:00
jkh
85e72fb755
More last minute midnight formatting.
1994-11-21 04:47:28 +00:00
jkh
7dd9faed0a
Remove extra-space braindamage.
1994-11-21 04:35:26 +00:00
phk
ca54b9f5d7
More hacks from the last 20 hours...
1994-11-21 04:14:33 +00:00
jkh
360a4d7380
Invoke tzsetup properly, since we have no /bin/sh at this stage.
1994-11-21 02:17:06 +00:00
wollman
947098ff13
Add krb (Kerberos) to EXTRADISTRIBUTIONS.
1994-11-20 23:31:36 +00:00
phk
0defd99375
add extract.sh to dists
1994-11-20 22:56:27 +00:00
phk
2897fcd3a0
bin_tgz.aa -> bindist_tgz.aa
1994-11-20 22:55:24 +00:00
jkh
96efb2c4fa
Add ref.tfs.com to mirrors now that wcarchive is temporarily down and
...
we'd like to do the BETA.
1994-11-20 15:18:56 +00:00
jkh
4be2b27f4f
o Add Michael Reifenberger's mini-adduser script.
...
o Optionally invoke tzsetup or adduser from the last stage.
o Add tzsetup and friends to cpio floppy.
1994-11-20 14:49:48 +00:00
jkh
f15738db45
Eliminate a couple of the last remaining bogons.
1994-11-20 12:16:48 +00:00
jkh
5adbef2d80
Add Russian mirror site to list.
1994-11-20 05:44:16 +00:00
phk
69941245d2
Make "games" dist by moving everything relevant out of bindist.
1994-11-20 01:54:13 +00:00
phk
cce8666407
/usr/share/games belong in "games dist"
1994-11-20 01:19:33 +00:00
phk
32525719d6
Make the tarballs target work.
1994-11-20 01:01:28 +00:00
jkh
120c518a0e
Some fields overflowed. Fix 'em up.
1994-11-18 19:09:33 +00:00
jkh
a60b4105b3
Minor reformatting changes. Trying to also figure our why *some* links
...
are made and not others! :-( My cu link, for example. Or restore->rrestore!
1994-11-18 18:42:08 +00:00
jkh
e2a3478c86
Whoops! Missed a quote.
1994-11-18 17:36:11 +00:00
jkh
ee06324f95
Don't set NFS options unless there really ARE some.
1994-11-18 16:48:57 +00:00
jkh
86fa009e27
Grrrr! Dialog menus just bail out without saying anything when the
...
menu items aren't unique enough. After half an hour of head-scratching,
here are the disgusting convolutions required to work around the problem.
Sigh..
1994-11-18 16:27:54 +00:00
jkh
dd3d157bd9
If there's no title for input dialog, select one.
1994-11-18 15:13:37 +00:00
jkh
41bcf67037
More miscellaneous fixes.
...
Sigh. It's hard to test something that screws up a running system when
it works, so I have to do most of this through the rather laborious process
of making boot floppies! ;-(
1994-11-18 14:55:12 +00:00
jkh
1dc35044d7
Tell user to remove floppy from the drive before rebooting, too.
1994-11-18 13:59:49 +00:00
jkh
5f47153f74
Tell silly users to remove the cpio floppy from the drive now.
1994-11-18 13:58:25 +00:00
jkh
73ca3ec1b8
Some of my menus were hosed by late-night tired braincells. Do it
...
right now.
1994-11-18 13:56:57 +00:00
jkh
0694d388b9
1. Unify my coding style.
...
2. Fix a couple of errors that kept media_install_set from working.
3. Fix another error that disabled media_select_distribution
1994-11-18 12:54:45 +00:00
phk
ee5a8d8db0
Put bad144 on the boot.flp. It wont do too much good, but maybe somebody
...
will be able to use it somehow...
1994-11-18 11:31:29 +00:00
jkh
a7ca701dd5
1. Use dynamic sizing code throughout.
...
2. Add support for *dist menu to have an up-to-date idea of how big each
distribution is going to be.
1994-11-18 11:01:33 +00:00
jkh
7a504b4b54
Make sure that homicidal bindist doesn't clobber my /etc/defaultrouter
...
file, either.
1994-11-18 10:22:39 +00:00
jkh
1263251b0a
Write the /etc/defaultrouter file. I didn't even know it existed.
...
Thanks, Christoph..
1994-11-18 10:19:04 +00:00
jkh
26dafa244c
1. Use cpio instead of tar again. Bruce's comments made me paranoid.
...
2. Invoke sub-scripts using absolute paths.
1994-11-18 10:05:47 +00:00
phk
37b3e06045
dd conv=osync. More distributions.
1994-11-18 01:05:05 +00:00
jkh
0728be3c1e
Add another mirror site and adjust the menu to note that not all
...
sites are created equal.
1994-11-17 16:18:35 +00:00
jkh
88b5df039d
Yow! Ok, distributions should now be fully auto-checksumming, provided
...
that Poul builds the rest of the dists properly. I'll run this over the
XFree86 dist, but the rest will be up to him. Check bindist rule for
the single line to add - it's trivial.
1994-11-17 15:20:04 +00:00
jkh
bffbeb9aa2
Add extra scripts to the Makefile. Add another mirror site to
...
instdist.sh
1994-11-17 14:18:02 +00:00
jkh
403695a4c2
Eliminate the use of cpio in extraction. The stupid thing whines too much,
...
and it doesn't support --unlink. I think it's time to nuke cpio completely
out of the installation process, unless someone can think of a really good
reason to keep it (and don't say multiple volume extraction since we a) don't
use it anywhere anyway, and b) tar supports that too, now).
1994-11-17 11:53:14 +00:00
jkh
f77eee9fd6
Add a line to automatically generate CKSUMS file for the bindist.
1994-11-17 07:11:30 +00:00
jkh
b29d5a1e0c
Add cksum to the cpio floppy - automated checksumming of the *dist
...
tarballs is just one step away.
1994-11-17 07:09:22 +00:00
jkh
6f2263602c
1. Split these scripts into smaller distinct functional units that will
...
be callable _after_ installation in 2.1's system admin tools. This is
almost totally revamped now.
2. Support installation from DOS partition or floppy.
3. Many stray bogons eliminated. Perhaps a few introduced. One more
rev should fix this up, once I've spammed my test machine a couple of
times.
4. Installation from CD now *really* possible.
5. Allow user to specify arbitary subdirectories for NFS mountpoints -
UFS, NFS and CD distributions now share many common elements.
1994-11-16 07:51:45 +00:00
jkh
cd1ac97941
Change CD devices to the correct ones.
1994-11-15 13:40:00 +00:00
jkh
32a984123c
Add back tar - I'm not sure where it went again! I know that
...
cpio reads tar files, but this gives you "tar" in its old familar
way, which is important for those trying to read the old extract.sh'd
bindist.
1994-11-15 08:10:35 +00:00
phk
09e37dc3e3
Final changes. Now "make distribute" should work as advertised.
1994-11-14 20:56:17 +00:00
jkh
df17864f4f
There were some bogons with redirection to /dev/ttyv1 lurking here.
...
Fix them.
1994-11-13 07:27:36 +00:00
jkh
f427ece6c5
Adjust the size of the input box. It looks a bit funkier now,
...
but at least the code is smaller!
1994-11-13 06:32:40 +00:00
jkh
715f0a01b5
Support ufs installations.
1994-11-13 03:48:55 +00:00
jkh
f7f5dd5ed6
Disable the building of the evil floppy images. We blew through the
...
1.2MB barrier again. I tell ya, Poul, it's a losing game! You shave
50 bytes off, the next change takes 100 back, and this is just ALPHA!
The 1.2MB weenies will _just have to buy new drives_!
1994-11-13 01:46:22 +00:00
jkh
0137006d39
Change the name of the TROUBLE-2.0 file to TROUBLESHOOTING; it just makes
...
more sense.
1994-11-13 01:20:37 +00:00
jkh
e5cb677090
Install the soon-to-be-written troubleshooting file.
1994-11-12 20:40:14 +00:00
jkh
20dc4a7a1f
Erm, on second thought, if it's named `mkextract.sh' then everyone
...
will think that it builds the extract.sh in THIS directory, which it
most certainly doesn't. Rename it to be a bit longer, but more explanatory.
1994-11-12 20:39:15 +00:00
jkh
96fe75d118
Add the mkextract.sh script I use for the XFree86 distribution, just so
...
I have a master copy someplace.
1994-11-12 20:37:41 +00:00
jkh
e23dd47184
Add dmesg.
1994-11-12 20:36:28 +00:00
jkh
9efef549e2
When this is run manually, the myname protection stuff probably isn't
...
needed in all cases. Guard against this.
1994-11-12 09:55:29 +00:00
jkh
8ddc202ee3
Drat! For CDROM, we need to mount_cd9660 not just mount (slap!).
1994-11-12 06:22:25 +00:00
jkh
ae9cee33f2
Remove ed2.
1994-11-12 06:12:27 +00:00
phk
22d93d8107
Try to align to floppy image to a number of sectors to avoid people
...
making bad floppies.
1994-11-12 05:47:28 +00:00
jkh
3938bbb991
I blew the redirects on the slip stuff.
1994-11-12 05:04:21 +00:00
jkh
b2aaa73556
Point to new README file location.
1994-11-12 02:25:04 +00:00
jkh
a8962f3042
ncftp can't interact with us. Redirect its input from /dev/null.
1994-11-11 23:29:26 +00:00
jkh
f25ce08b12
Make this use cpio, not tar. Poul-H is going to get his weenie whacked
...
for this.
1994-11-11 23:27:05 +00:00
jkh
86ed0fecff
Add basename to to the cpio floppy. Thanks, Lars!
1994-11-11 22:27:12 +00:00
jkh
80be361741
Try and make this just a little bit more self-explanatory. Still
...
a LONG way to go..
1994-11-11 10:55:02 +00:00
jkh
43193f0a06
Whoops! cu == tip.
1994-11-11 08:47:34 +00:00
jkh
3b97b4d82b
Make sure /var/log exists so that cu doesn't complain.
1994-11-11 08:34:03 +00:00
jkh
53656a24f8
Add cu (and cu slip dialog) so that poor SLIP users can dial their modems
...
before initiating a slip transfer.
1994-11-11 08:33:04 +00:00
jkh
8c7bac183a
Add de0 to list of ethernet drivers. This list will be dynamic shortly..
...
Add an interrupt handler for trigger-happy users.
Add domain to resolv.conf
More general cleanup in preparation for this script being split into
several scripts.
1994-11-11 07:33:50 +00:00
jkh
3cc307d6d9
Add ft.
1994-11-10 23:44:35 +00:00
jkh
b8c9a28ef9
Experimental floppy-tape suport.
1994-11-10 23:43:25 +00:00
jkh
5cd3728770
Enable support for Lucifer's floppies.
...
More stylistic drick-drack in bininst.
1994-11-10 05:27:57 +00:00
phk
f87ecc21f0
Added des to the food for this.
1994-11-10 03:22:27 +00:00
jkh
b75a0726a5
Small stylistic change - don't spawn a subshell, just use the -C flag to tar.
1994-11-10 02:50:42 +00:00
jkh
21180d6017
Move the echo to the right place in case the bindist has already extracted.
1994-11-10 02:47:06 +00:00
phk
7ddd763c09
Make it extract anything it finds...
1994-11-10 02:24:47 +00:00
phk
7154102870
Really build bindist...
1994-11-09 23:07:04 +00:00
jkh
66792bd003
[Changes are now for BETA]
...
This attempts to make the installion a little less grating by not
clearing the screen every time a like-sized dialog is going to splat
on top of another one. If you don't want the screen to clear, set
clear="", otherwise leave it set to (or set it back to) "--clear".
It can't be set to "" all the time since then small dialogs appearing
on top of big dialogs look funky.
1994-11-09 23:02:11 +00:00
phk
6cec14b055
some things Jordan forgot...
1994-11-09 20:27:32 +00:00
jkh
ce86d48711
One last formatting change. Done.
1994-11-09 20:16:09 +00:00
jkh
4d9a756705
Remove ppp from the list of options - we don't even have ppp in the default
...
kernel, and ppp people can generally use SLIP.
A few more formatting changes.
Make slip installation work.
1994-11-09 02:49:04 +00:00
jkh
1d8efff4c9
Sigh. I'm sleepy, and I just read this again. Have it make sense this time.
1994-11-09 00:10:04 +00:00
jkh
a73c1fdd3e
Add a long-needed comment about logging in as root.
1994-11-09 00:05:42 +00:00
jkh
f623cf6dbe
Just some last tweaks to make NFS install more friendly.
1994-11-08 23:59:04 +00:00
jkh
190a4a536b
Use mount_nfs directly for NFS install.
...
Add mount_nfs to the cpio floppy.
Thanks, Michael R.!
Submitted by: mr
1994-11-08 19:51:50 +00:00
jkh
da7f7b9ca0
Add full support for NFS installation. Add support for CD installation,
...
even though we don't use it yet (I may burn some one-offs tonite though! :-).
1994-11-08 18:36:46 +00:00
jkh
b280c1d831
Put in a hook to communicate properly with sysinstall.
1994-11-08 13:58:34 +00:00
jkh
636833185c
It *is* OK to strip the kernel after all. Poul has one in his bindist
...
that overwrites this one anyway, so..
1994-11-08 13:54:21 +00:00
jkh
9be726e286
Remove the redirects for extract.sh. Upon further reflection, you
...
need to see the output on the main vty. cpio likes to open /dev/tty
for its output! :-(
1994-11-08 13:28:06 +00:00
jkh
93ea779d83
I was being too conservative in my estimation of disk space. Bump
...
these values up a bit after being yelled at by Poul.
1994-11-08 13:20:15 +00:00
jkh
32ccf7879e
Add a little user-proofing.
1994-11-08 13:08:18 +00:00
jkh
8280b36f97
Whoops - forgot to set the interface name for lp0.
1994-11-08 12:45:04 +00:00
jkh
ed2941e971
Some changes from Michael Reifenberger. Thanks, Michael!
1994-11-08 12:34:57 +00:00
jkh
3543b60360
Make sure the extract.sh gets into the bindist.
1994-11-08 11:29:35 +00:00
jkh
e00d11c6f3
Temporarily correct for Poul's insane serial-killer bindist (that wants
...
to kill myname and wipe out my oh-so-carefully constructed hosts file).
1994-11-08 11:17:29 +00:00
jkh
b3781565cd
11th hour fixes to get the install just right. Fix some bugs
...
in how ftp transfers were done, make sure all output goes to /dev/ttyv1
for debugging, add in the parallel-IP support so Poul will stop
squeaking (for the moment, anyway).
1994-11-08 11:14:45 +00:00
jkh
fb58a50cf4
Sorry about last commit message (or lack thereof) - slip of the fingers.
...
Adjust the docs to point out how to get a sub-shell during the install.
Add an entry for the PCMCIA ethernet driver.
1994-11-08 07:48:05 +00:00
jkh
7297a7be32
Reviewed by:
...
Submitted by:
Obtained from:
1994-11-08 07:45:15 +00:00
jkh
f72104d1a8
Trim back the confirm dialog.
...
Increase the amount of space available to the ethernet setup dialog
Put in a last parting-shot dialog telling you to run tzsetup, and promising
to do this for you later.
Adjust flags to ifconfig - they were bogus.
1994-11-08 07:24:51 +00:00
jkh
c4f8b560c5
Actually allow the poor user to get out of the script.
1994-11-08 03:48:58 +00:00
jkh
385734ebee
Commit latest working sources. Go to bed.
1994-11-07 13:43:27 +00:00
jkh
f001d727a7
Fix a botch Poul introduced.
1994-11-07 11:30:15 +00:00
jkh
db6ac921c8
Remove extract.sh from CPIO3 - there's no reason for it on the cpio dist.
...
It's supposed to come with a package or *dist.
1994-11-07 09:54:23 +00:00
jkh
1fe4f58d0a
Beat this quite a bit more into shape. Almost there - time to test at
...
least one major install method.
1994-11-07 06:23:07 +00:00
phk
cffdb4fa63
cleanup
1994-11-07 05:02:42 +00:00
phk
932814c462
Get us back on fd1200 floppies. Fix extract.sh to right filenames.
1994-11-07 03:53:14 +00:00
phk
96194a0237
Add extract-script.
1994-11-06 23:47:06 +00:00
jkh
8ec795640b
Default boot floppies are 1.44MB again - I ran out of space. HOWEVER,
...
there is an extra target now for creating a 1.2MB floppy at the cost
of a few of the doc files. Just do a `make small.floppies' instead of
a `make floppies' to make a small set.
1994-11-06 11:24:58 +00:00
jkh
23908b32ad
1. The gzip'd docs aren't going to work - there's no scroll-back for
...
process output dialogs (or any way to stop the output, for that matter!).
2. Install the very first cut of my bininst stage6 script. VERY rough,
it doesn't actually do anything just yet, but I need to make sure that
it's at least executed for the moment.
1994-11-06 04:07:41 +00:00
jkh
22ae5593ea
Make a link for gzip so we actually have it available on the boot floppy.
1994-11-06 02:37:25 +00:00
jkh
6775711bda
Don't strip kernel after all - perhaps a bad idea. People may be stuck
...
with it for awhile.
1994-11-06 01:19:48 +00:00
jkh
e9219cbad8
Twiddle newfs parameters to select for space optimization. We're
...
back under 1.2MB again.
1994-11-06 00:21:39 +00:00
jkh
e2ac32c9b5
Strip kernel before installation. Anything to bum a few more bytes..
1994-11-06 00:10:00 +00:00
jkh
04c4a0b1b1
Add -lreadline for ncftp.
1994-11-06 00:00:17 +00:00
jkh
910948c143
Install docs gzip'd.
1994-11-05 23:05:53 +00:00
jkh
019c55bcf0
Add targets to crunch floppy to match Makefile.
1994-11-05 09:06:10 +00:00
jkh
da2228d0d1
Add ncftp. I needed it for "hands-free" ftp operation from the install
...
script.
1994-11-05 08:49:05 +00:00
jkh
57e38eadf8
Add the release notes, so I can have the user read these too.
1994-11-05 08:16:01 +00:00
jkh
41266324fc
Add new mount_* commands.
1994-11-05 07:55:30 +00:00
jkh
23e0dfbfdf
Add slattach.
1994-11-05 07:52:14 +00:00
phk
478a67da82
put the DISKSPACE.FAQ on the boot.flp
1994-11-05 06:02:18 +00:00
phk
ef42d8fed8
The latest hacks to make a release with.
1994-10-29 12:48:12 +00:00
jkh
863c6360e4
But just a little more merciless.
1994-10-28 06:42:38 +00:00
jkh
dbaf112428
Make CLEANFILES just a little bit less psychotic.
1994-10-28 06:41:47 +00:00
phk
f8fd9378cf
Two crunch-specs.
1994-10-26 05:42:25 +00:00
phk
4d893b224a
Will make two-floppy set now.
1994-10-26 05:41:47 +00:00
rgrimes
df04d5a891
1. Remove comments about broken procfs, it has been fixed.
...
2. Remove comments about exit status of 2 from mtree, that won't
happen any more.
3. Update mtree commands to use new -U option.
1994-10-09 20:31:01 +00:00
rgrimes
fe8ccfa46c
Spell hierarchy correctly :-(.
1994-09-23 09:01:20 +00:00
rgrimes
52e4442854
This is the very small start of moving all the make release related stuff
...
from etc/Makefile to release/Makefile. Right now this has one
target (hieriarchy:) that replaces distrib-dirs:.
1994-09-23 08:28:25 +00:00