Changeset 06bb141


Ignore:
Timestamp:
03/01/2013 09:12:05 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
f0a31de
Parents:
80ee2ff
Message:

fix spacing in echo_finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r80ee2ff r06bb141  
    210210  @echo
    211211  @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
     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"
    217217  @echo  $(tab_)and any other configuration file required to suit your needs.
    218218  @echo
     
    222222  @echo  $(tab_)or the host bootloader.
    223223  @echo
    224   @echo  $(tab_) If the last, it is better to exit first from the chroot.
     224  @echo  $(tab_)If the last, it is better to exit first from the chroot.
    225225  @echo
    226226  @echo  $(tab_)- Exit from the chroot and umount the filesystems.
Note: See TracChangeset for help on using the changeset viewer.