Changeset 1691
- Timestamp:
- 08/03/06 20:59:11 (2 years ago)
- Files:
-
- trunk/doc/README (modified) (1 diff)
- trunk/etc/issue (modified) (1 diff)
- trunk/packages/LFS-BOOK/Makefile (modified) (1 diff)
- trunk/packages/db/Makefile (modified) (2 diffs)
- trunk/root/.gaim/prefs.xml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/README
r1679 r1691 299 299 linux LANG=ru_RU.UTF-8 TZ=Asia/Yekaterinburg resume=/dev/hda2 300 300 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.301 3) 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. 304 304 305 305 4) If you use X window system, take the following into account: trunk/etc/issue
r1558 r1691 12 12 Please read the [1;32m/root/README[00m file before using this CD. 13 13 14 All the source packages you will need to build an LFS system are located in [1;32m/lfs-sources[00m. 15 14 All source packages needed to build an LFS system are located in [1;32m/lfs-sources[00m. 16 15 You can find the LFS book in [1;32m/usr/share/LFS-BOOK-trunk-HTML[00m. 17 16 18 Support questions concerning this CD should be directed to [1;32mlivecd@linuxfromscratch.org[00m 17 Support questions concerning this CD should be directed to 18 [1;32mlivecd@linuxfromscratch.org[00m 19 19 20 20 Type [0;31mgreeting[00m at any time to view this message again. trunk/packages/LFS-BOOK/Makefile
r1690 r1691 9 9 FILE= $(DIR).tar.bz2 10 10 URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE) 11 SHA-$(FILE)= 8bb0076dc9979184f8d03972112cf6baffc98b4c11 SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052 12 12 13 13 #REV= 7646 trunk/packages/db/Makefile
r1685 r1691 9 9 SHA-$(FILE)= bb4c68a4afc14712eb2954b7991f5dc9fe93bf7b 10 10 11 PATCH1= $(DIR)- trap-1.patch11 PATCH1= $(DIR)-fixes-1.patch 12 12 URL-$(PATCH1)= http://www.linuxfromscratch.org/patches/lfs/6.2/$(PATCH1) 13 SHA-$(PATCH1)= ff4a3c37890d581cb589829b5dbb5a40d1b797ac13 SHA-$(PATCH1)= 46886ccdf1ea6daab392e5c46b4923f7e71e7d55 14 14 15 15 # Targets … … 26 26 27 27 compile-stage2: 28 patch -Np 0-i ../$(PATCH1)28 patch -Np1 -i ../$(PATCH1) 29 29 cd build_unix ; ../dist/configure --prefix=/usr \ 30 30 --enable-compat185 --enable-cxx
