Ignore:
Timestamp:
03/02/2013 02:14:44 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
96857f8
Parents:
960099f
Message:

Merge jhalfs r3658

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r960099f r76f8888  
    183183  echo ; \
    184184  echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE) ; \
    185   echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE) ; \
     185  echo file to $(BOLD)jhalfs-reports@linuxfromscratch.org$(WHITE) ; \
    186186  echo ; \
    187187  echo That will help us to keep more accurate SBU and ; \
     
    201201  @echo the next steps:$(WHITE)
    202202  @echo
     203  @echo  $(tab_)- Mount the virtual kernel file systems.
     204  @echo
    203205  @echo  $(tab_)- Enter to the chroot using the command found
    204206  @echo  $(tab_)in the section -Entering the Chroot Environment-
     
    207209  @echo  $(tab_)- Set a password for the root user.
    208210  @echo
    209   @echo  $(tab_)- Edit or create /etc/fstab, /etc/hosts, /etc/sysconfig/clock,
    210   @echo  $(tab_)/etc/sysconfig/console, /etc/sysconfig/network,
    211   @echo  $(tab_)/etc/sysconfig//network-devices/ifconfig.eth0/ipv4 and
    212   @echo  $(tab_)any other configuration file required to suit your needs.
    213   @echo
    214   @echo  $(tab_)- Exit from the chroot.
     211  @echo  $(tab_)- Edit or create /etc/fstab,
     212  @echo  $(tab_) "                /etc/hosts,"
     213  @echo  $(tab_) "                /etc/sysconfig/clock,"
     214  @echo  $(tab_) "                /etc/sysconfig/console,"
     215  @echo  $(tab_) "                /etc/sysconfig/network,"
     216  @echo  $(tab_) "                /etc/sysconfig/ifconfig.eth0"
     217  @echo  $(tab_)and any other configuration file required to suit your needs.
    215218  @echo
    216219  @echo  $(tab_)- Set-up the boot loader, except if building CLFS with METHOD=boot.
    217   @echo  $(tab_)You can set-up the host bootloader or the new boot-loader
    218   @echo  $(tab_)installed on the new system.
    219   @echo  $(tab_)If the last, you must to mount the virtual filesystems, re-enter
    220   @echo  $(tab_)the chroot and be sure that /dev is populated with the
    221   @echo  $(tab_)required devices before configure the boot-loader. When ready,
    222   @echo  $(tab_)exit from the chroot and umount the filesystems
     220  @echo
     221  @echo  $(tab_)You can set-up the new boot-loader installed on the new system
     222  @echo  $(tab_)or the host bootloader.
     223  @echo
     224  @echo  $(tab_)If the last, it is better to exit first from the chroot.
     225  @echo
     226  @echo  $(tab_)- Exit from the chroot and umount the filesystems.
    223227  @echo
    224228  @echo If you are an experienced LFS user, several of those steps can be
Note: See TracChangeset for help on using the changeset viewer.