Changeset 39d4d5c for common


Ignore:
Timestamp:
03/27/2006 01:30:42 PM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
d43a271
Parents:
6c7fe49
Message:

CLFS/master.sh, boot method now has its own makefile-. text changes to makefile-functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r6c7fe49 r39d4d5c  
    7878  @echo -e \\tin 8.4 Entering the Chroot Environment
    7979  @echo
    80   @echo -e \\t- Set a password for the root user
    81   @echo
    82   @echo -e \\t- Edit /etc/fstab, /etc/hosts, /etc/sysconfig/clock,
    83   @echo -e \\t/etc/sysconfig/console, /etc/sysconfig/network,
    84   @echo -e \\t/etc/sysconfig//network-devices/ifconfig.eth0/ipv4 and
     80  @echo -e \\t- Edit /etc/fstab,
    8581  @echo -e \\tany other configuration file required to suit your needs.
    8682  @echo
    8783  @echo -e \\t- Set-up Grub.
    8884  @echo
    89   @echo -e \\t- Unmount the filesystems.
     85  @echo -e \\t- Exit chroot environment.
    9086  @echo
    9187  @echo If you are an experienced LFS user, several of those steps can be
     
    9490  @echo $(BOLD)
    9591  @echo $(BOLD)$(YELLOW)
    96   @echo  Boot the new partition. Once you are logged in issue the following cmds
    97   @echo -e \\t cd /jhahlfs
    98   @echo -e \\t make XXXXXXXX
     92  @echo  1.If necessary transfer the newly created partition to the target machine
     93  @echo  2.Boot the new partition.
     94  @echo  3.Once you are logged in issue the following cmds
     95  @echo -e \\t $(BOLD})cd /jhahlfs
     96  @echo -e \\t $(BOLD)make -f clfs-Makefile makesys
    9997  @echo  The build process should resume. Follow any instructions that appear.
    10098  @echo --------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.