[567] in SIPB_Linux_Development
Changes to iLinux-Athena
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Thu May 5 19:27:44 1994
From: ghudson@MIT.EDU
Date: Thu, 5 May 94 19:27:22 EDT
To: linux-dev@MIT.EDU
I've made some changes to Inessential Linux-Athena, to document how to
change your /etc/inittab to pull up xlogin, to explain a few things
about mail (e.g. that mh doesn't work right now), mount options, and
so forth.
Some people have had trouble with the following command:
cd /; gzip -cd /tmp/attach.tgz | tar xvf -
Likewise for some of the other larger packages. Apparently, it fills
up the pipe and breaks. I changed the procedure to
cd /; tar xzf /tmp/package.tgz
And added a note that it assumes Gnu tar. This may not be quite
optimal, but it does work with large package archives.
This is in /afs/sipb/project/doc/linux-athena/linux-athena.tex
(checked into RCS, of course) and
/afs/sipb/project/doc/current/linux-athena.dvi.
--GBH