Changeset 1691

Show
Ignore:
Timestamp:
08/03/06 20:59:11 (2 years ago)
Author:
alexander
Message:

Fixed opening URLs from GAIM
Rewrapped /etc/issue for 80x25 screen
Updated README text about the "swapon" command (it is now in the book)
Updated the book and DB build instructions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/README

    r1679 r1691  
    299299   linux LANG=ru_RU.UTF-8 TZ=Asia/Yekaterinburg resume=/dev/hda2 
    300300 
    301 3) In chapter 2, the book tells you to create (if you didn't do it already) 
    302    and format that partition with mkswap. Follow the instructions in the book. 
    303    After running "mkswap /dev/hda2", also run the "swapon /dev/hda2" command
     3013) In chapter 2, the book tells you to create (if you didn't do it already), 
     302   format that partition with mkswap, and activate it with swapon. Follow the 
     303   instructions in the book
    304304 
    3053054) If you use X window system, take the following into account: 
  • trunk/etc/issue

    r1558 r1691  
    1212Please read the /root/README file before using this CD. 
    1313 
    14 All the source packages you will need to build an LFS system are located in /lfs-sources. 
    15  
     14All source packages needed to build an LFS system are located in /lfs-sources. 
    1615You can find the LFS book in /usr/share/LFS-BOOK-trunk-HTML. 
    1716 
    18 Support questions concerning this CD should be directed to livecd@linuxfromscratch.org 
     17Support questions concerning this CD should be directed to 
     18livecd@linuxfromscratch.org 
    1919 
    2020Type greeting at any time to view this message again. 
  • trunk/packages/LFS-BOOK/Makefile

    r1690 r1691  
    99FILE= $(DIR).tar.bz2 
    1010URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE) 
    11 SHA-$(FILE)= 8bb0076dc9979184f8d03972112cf6baffc98b4c 
     11SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052 
    1212 
    1313#REV= 7646 
  • trunk/packages/db/Makefile

    r1685 r1691  
    99SHA-$(FILE)= bb4c68a4afc14712eb2954b7991f5dc9fe93bf7b 
    1010 
    11 PATCH1= $(DIR)-trap-1.patch 
     11PATCH1= $(DIR)-fixes-1.patch 
    1212URL-$(PATCH1)= http://www.linuxfromscratch.org/patches/lfs/6.2/$(PATCH1) 
    13 SHA-$(PATCH1)= ff4a3c37890d581cb589829b5dbb5a40d1b797ac 
     13SHA-$(PATCH1)= 46886ccdf1ea6daab392e5c46b4923f7e71e7d55 
    1414 
    1515# Targets 
     
    2626 
    2727compile-stage2: 
    28         patch -Np0 -i ../$(PATCH1) 
     28        patch -Np1 -i ../$(PATCH1) 
    2929        cd build_unix ; ../dist/configure --prefix=/usr \ 
    3030            --enable-compat185 --enable-cxx