Changeset 1707
- Timestamp:
- 08/12/06 10:04:03 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 removed
- 5 modified
- 3 copied
-
Makefile (modified) (1 diff)
-
doc/README (modified) (3 diffs)
-
isolinux/isolinux.cfg (modified) (1 diff)
-
isolinux/options.msg (modified) (1 diff)
-
packages/binutils64 (copied) (copied from branches/6.2/packages/binutils64)
-
packages/gcc64 (copied) (copied from branches/6.2/packages/gcc64)
-
packages/linux/config.x86_64 (deleted)
-
packages/linux/config.x86_64.ata (deleted)
-
packages/linux64 (copied) (copied from branches/6.2/packages/linux64)
-
packages/udev/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1692 r1707 261 261 ch-hibernate-script ch-parted 262 262 ifeq ($(LFS-ARCH),x86) 263 make ch-vbetool 264 make ch-bin86 265 make ch-lilo 266 make ch-syslinux 267 make ch-gcc33 268 make ch-proprietary-drivers 263 make ch-vbetool ch-bin86 ch-lilo ch-syslinux ch-gcc33 ch-proprietary-drivers 264 make ch-binutils64 ch-gcc64 ch-linux64 269 265 endif 270 266 ifeq ($(LFS-ARCH),ppc) -
trunk/doc/README
r1691 r1707 61 61 * dmraid 62 62 * hdparm 63 * parted 63 64 * xlockmore 64 65 … … 99 100 100 101 Installers of proprietary video drivers are available in /lfs-sources as *.run 101 files. IMPORTANT: in order to avoid wasting RAM by the device mapper, 102 files for the x86 architecture and 32-bit kernels only. 103 IMPORTANT: in order to avoid wasting RAM by the device mapper, 102 104 change the current directory to /dev/shm before installing these drivers. 103 105 … … 162 164 cdrecord dev=/dev/cdrom -v -multi -tao second-session.iso 163 165 164 165 166 AUTOSSHD 166 167 ============================ -
trunk/isolinux/isolinux.cfg
r1574 r1707 9 9 append initrd=initramfs_data_cpio.gz 10 10 11 label linux64 12 kernel linux64 13 append initrd=initramfs_data_cpio.gz 14 11 15 label linux.ata 12 16 kernel linux.ata 13 17 append initrd=initramfs_data_cpio.gz 18 19 label linux64.ata 20 kernel linux.ata 21 append initrd=initramfs_data_cpio.gz -
trunk/isolinux/options.msg
r1488 r1707 12 12 There is also an alternative kernel image available that supports 13 13 booting from SATA CD-ROMs. To use it, type "linux.ata". Note: 14 it will rename your IDE disks from /dev/hdX to /dev/sdY 14 it will rename your IDE disks from /dev/hdX to /dev/sdY. 64-bit 15 kernels for use with CLFS are available as "linux64" and "linux64.ata" 15 16 16 17 To set your timezone, add TZ=your_timezone anywhere -
trunk/packages/udev/Makefile
r1686 r1707 30 30 tar xf ../$(FILE1) 31 31 install -dv /lib/{firmware,udev/devices/{pts,shm}} 32 mknod -m0666 /lib/udev/devices/null c 1 3 33 ln - sfv /proc/self/fd /lib/udev/devices/fd34 ln - sfv /proc/self/fd/0 /lib/udev/devices/stdin35 ln - sfv /proc/self/fd/1 /lib/udev/devices/stdout36 ln - sfv /proc/self/fd/2 /lib/udev/devices/stderr37 ln - sfv /proc/kcore /lib/udev/devices/core32 mknod -m0666 /lib/udev/devices/null c 1 3 || true 33 ln -nsfv /proc/self/fd /lib/udev/devices/fd 34 ln -nsfv /proc/self/fd/0 /lib/udev/devices/stdin 35 ln -nsfv /proc/self/fd/1 /lib/udev/devices/stdout 36 ln -nsfv /proc/self/fd/2 /lib/udev/devices/stderr 37 ln -nsfv /proc/kcore /lib/udev/devices/core 38 38 rm -rf extras/dasd_id 39 39 make EXTRAS="`echo extras/*/`"
