Added a final note to echo_finished.
Thanks tu Bruce Dubbs to point this and the /etc/fstab stuff.
This commit is contained in:
parent
50408d5a72
commit
7990087ccf
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@ define echo_finished
|
|||
@echo To be able to boot your new LFS system you need to follow
|
||||
@echo the next steps:$(WHITE)
|
||||
@echo
|
||||
@echo -e \\t- Enter to the chroot using the command found
|
||||
@echo -e \\t- Enter to the chroot using the command found
|
||||
@echo -e \\tin chapter06/revisedchroot.html
|
||||
@echo
|
||||
@echo -e \\t- Set a password for the root user
|
||||
|
@ -40,6 +40,10 @@ define echo_finished
|
|||
@echo -e \\t- Set-up Grub. See chapter08/grub.html
|
||||
@echo
|
||||
@echo -e \\t- Unmount the filesystems. See chapter09/reboot.html
|
||||
@echo
|
||||
@echo If you're an experienced LFS user, several of that steps can be
|
||||
@echo skipped or done in a different way. But then, that is something
|
||||
@echo that you already know and there is no need to discuss it here.
|
||||
@echo $(BRW)
|
||||
@echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
@echo -e \\t\\t$(GREEN)Have a nice day $(ORANGE):-\)$(BRW)
|
||||
|
|
Reference in a new issue