Small textual change
This commit is contained in:
parent
2b88404bf1
commit
f86c60039c
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ define echo_finished
|
||||||
@echo
|
@echo
|
||||||
@echo -e \\t- Set a password for the root user.
|
@echo -e \\t- Set a password for the root user.
|
||||||
@echo
|
@echo
|
||||||
@echo -e \\t- Edit /etc/fstab, /etc/hosts, /etc/sysconfig/clock,
|
@echo -e \\t- Edit or create /etc/fstab, /etc/hosts, /etc/sysconfig/clock,
|
||||||
@echo -e \\t/etc/sysconfig/console, /etc/sysconfig/network,
|
@echo -e \\t/etc/sysconfig/console, /etc/sysconfig/network,
|
||||||
@echo -e \\t/etc/sysconfig//network-devices/ifconfig.eth0/ipv4 and
|
@echo -e \\t/etc/sysconfig//network-devices/ifconfig.eth0/ipv4 and
|
||||||
@echo -e \\tany other configuration file required to suit your needs.
|
@echo -e \\tany other configuration file required to suit your needs.
|
||||||
|
@ -92,7 +92,7 @@ define echo_boot_finished
|
||||||
@echo
|
@echo
|
||||||
@echo The build is not complete. Follow the next steps:$(WHITE)
|
@echo The build is not complete. Follow the next steps:$(WHITE)
|
||||||
@echo
|
@echo
|
||||||
@echo -e \\t- Edit $(MOUNT_PT)/etc/fstab
|
@echo -e \\t- Edit or create $(MOUNT_PT)/etc/fstab
|
||||||
@echo -e \\t and any other configuration file required to suit your needs.
|
@echo -e \\t and any other configuration file required to suit your needs.
|
||||||
@echo $(BOLD)
|
@echo $(BOLD)
|
||||||
@echo $(BOLD)$(YELLOW)
|
@echo $(BOLD)$(YELLOW)
|
||||||
|
|
Reference in a new issue