grammar correction
This commit is contained in:
parent
e794f067f5
commit
623c3236fb
3 changed files with 2 additions and 3 deletions
|
@ -283,7 +283,6 @@ boot_Makefiles() { #
|
||||||
PREV=$this_script
|
PREV=$this_script
|
||||||
|
|
||||||
done
|
done
|
||||||
echo -e "\t@\$(call echo_boot_finished,$VERSION)" >> $MKFILE.tmp
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,7 @@ cat <<- -EOF-
|
||||||
|
|
||||||
${BOLD} --dependencies 0/1/2${OFF}
|
${BOLD} --dependencies 0/1/2${OFF}
|
||||||
add dependencies of type TYPE to the build tree.
|
add dependencies of type TYPE to the build tree.
|
||||||
If not set, both required a recommended are used.
|
If not set, both required and recommended are used.
|
||||||
|
|
||||||
Possible values are:
|
Possible values are:
|
||||||
0 - required only required dependecies are used
|
0 - required only required dependecies are used
|
||||||
|
|
|
@ -89,7 +89,7 @@ define echo_boot_finished
|
||||||
@echo that you already know and there is no need to discuss it here.
|
@echo that you already know and there is no need to discuss it here.
|
||||||
@echo $(BOLD)
|
@echo $(BOLD)
|
||||||
@echo $(BOLD)$(YELLOW)
|
@echo $(BOLD)$(YELLOW)
|
||||||
@echo 1.If necessary transfer the newly created partition to the target machine
|
@echo 1.If it is necessary, transfer the newly created partition to the target machine
|
||||||
@echo 2.Boot the new partition.
|
@echo 2.Boot the new partition.
|
||||||
@echo 3.Once you are logged in issue the following cmds
|
@echo 3.Once you are logged in issue the following cmds
|
||||||
@echo -e \\t $(BOLD})cd /jhahlfs
|
@echo -e \\t $(BOLD})cd /jhahlfs
|
||||||
|
|
Reference in a new issue