mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Cancelled "Fix telinit S problems" - works fine
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
08e00768d0
commit
a9f0291cc1
4
TODO
4
TODO
@ -55,10 +55,6 @@ These are the TODO items for the next LFS release (3.0):
|
|||||||
|
|
||||||
* Mention LFS should be installed as user root
|
* Mention LFS should be installed as user root
|
||||||
|
|
||||||
* Single user mode has been reported not to work properly. Shutdown
|
|
||||||
doesn't seem to unmount file systems and the shell doesn't come up
|
|
||||||
properly when 'telinit S'.
|
|
||||||
|
|
||||||
* Add netkit-base and net-tools to Appendix A.
|
* Add netkit-base and net-tools to Appendix A.
|
||||||
|
|
||||||
* Use /etc/HOSTNAME for setting the hostname. This is a bit more
|
* Use /etc/HOSTNAME for setting the hostname. This is a bit more
|
||||||
|
@ -42,7 +42,7 @@ filename format:
|
|||||||
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
When you have a file that is tar'ed and bzip'ed, you unpack it by
|
When you have a file that is tar'ed and bzip2'ed, you unpack it by
|
||||||
running:
|
running:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -78,6 +78,16 @@ book is going to install a program, it's up to you to unpack the source
|
|||||||
archive.
|
archive.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
When you have a file that is gzip'ed, you unpack it by running:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<blockquote><literallayout>
|
||||||
|
|
||||||
|
<userinput>gunzip filename.gz</userinput>
|
||||||
|
|
||||||
|
</literallayout></blockquote>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
After you have installed a package you can do two things with it. You can
|
After you have installed a package you can do two things with it. You can
|
||||||
either delete the directory that contains the sources or you can keep it.
|
either delete the directory that contains the sources or you can keep it.
|
||||||
|
Loading…
Reference in New Issue
Block a user