Changeset 898f47a for functions


Ignore:
Timestamp:
10/09/2005 10:20:10 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f0f60d0
Parents:
83f64dc
Message:

Added echo_finished function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions

    r83f64dc r898f47a  
    1616        @cd $(LFS)$(SRC) ; tar -xvjf $(1) > /tmp/unpacked
    1717endef
     18
     19define echo_finished
     20  @echo $(BRW)
     21  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     22  @echo $(BRW)Finished the build of $(BLUE)LFS-$(1)$(BRW)
     23  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     24  @echo -e \\t\\t$(RED)W A R N I N G$(BRW)
     25  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     26  @echo
     27  @echo To be able to boot your new LFS system you need to follow
     28  @echo the next steps:$(WHITE)
     29  @echo
     30  @echo -e \\t- Enter to the chroot using the command found
     31  @echo -e \\tin chapter06/revisedchroot.html
     32  @echo
     33  @echo -e \\t- Set a password for the root user
     34  @echo
     35  @echo -e \\t- Set your local time zone. See chapter06/glibc.html
     36  @echo
     37  @echo -e \\t- Edit /etc/fstab, /etc/hosts, /etc/sysconfig/clock,
     38  @echo -e \\t/etc/sysconfig/console, /etc/sysconfig/network,
     39  @echo -e \\t/etc/sysconfig/ifconfig.eth0/ipv4 and any other configuration
     40  @echo -e \\tfile required to suit your needs.
     41  @echo
     42  @echo -e \\t- Set-up Grub. See chapter08/grub.html
     43  @echo
     44  @echo -e \\t- Unmount the filesystems. See chapter09/reboot.html
     45  @echo $(BRW)
     46  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     47  @echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BRW)
     48  @echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~$(WHITE)
     49endef
Note: See TracChangeset for help on using the changeset viewer.