Changeset 1707

Show
Ignore:
Timestamp:
08/12/06 10:04:03 (2 years ago)
Author:
alexander
Message:

Ported r1705:1706 from branches/6.2

Location:
trunk
Files:
2 removed
5 modified
3 copied

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r1692 r1707  
    261261        ch-hibernate-script ch-parted 
    262262ifeq ($(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 
    269265endif 
    270266ifeq ($(LFS-ARCH),ppc) 
  • trunk/doc/README

    r1691 r1707  
    6161* dmraid 
    6262* hdparm 
     63* parted 
    6364* xlockmore 
    6465 
     
    99100 
    100101Installers of proprietary video drivers are available in /lfs-sources as *.run 
    101 files. IMPORTANT: in order to avoid wasting RAM by the device mapper, 
     102files for the x86 architecture and 32-bit kernels only. 
     103IMPORTANT: in order to avoid wasting RAM by the device mapper, 
    102104change the current directory to /dev/shm before installing these drivers. 
    103105 
     
    162164    cdrecord dev=/dev/cdrom -v -multi -tao second-session.iso 
    163165 
    164  
    165166AUTOSSHD 
    166167============================ 
  • trunk/isolinux/isolinux.cfg

    r1574 r1707  
    99  append initrd=initramfs_data_cpio.gz 
    1010 
     11label linux64 
     12  kernel linux64 
     13  append initrd=initramfs_data_cpio.gz 
     14 
    1115label linux.ata 
    1216  kernel linux.ata 
    1317  append initrd=initramfs_data_cpio.gz 
     18 
     19label linux64.ata 
     20  kernel linux.ata 
     21  append initrd=initramfs_data_cpio.gz 
  • trunk/isolinux/options.msg

    r1488 r1707  
    1212There is also an alternative kernel image available that supports 
    1313booting from SATA CD-ROMs. To use it, type "linux.ata". Note: 
    14 it will rename your IDE disks from /dev/hdX to /dev/sdY 
     14it will rename your IDE disks from /dev/hdX to /dev/sdY. 64-bit 
     15kernels for use with CLFS are available as "linux64" and "linux64.ata" 
    1516 
    1617To set your timezone, add TZ=your_timezone anywhere 
  • trunk/packages/udev/Makefile

    r1686 r1707  
    3030        tar xf ../$(FILE1) 
    3131        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/fd 
    34         ln -sfv /proc/self/fd/0 /lib/udev/devices/stdin 
    35         ln -sfv /proc/self/fd/1 /lib/udev/devices/stdout 
    36         ln -sfv /proc/self/fd/2 /lib/udev/devices/stderr 
    37         ln -sfv /proc/kcore /lib/udev/devices/core 
     32        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 
    3838        rm -rf extras/dasd_id 
    3939        make EXTRAS="`echo extras/*/`"