mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
A little bit more description why bash is chosen.
This commit is contained in:
parent
6bbe9bf946
commit
424e00fe16
@ -82,10 +82,15 @@
|
|||||||
# interpreter around).
|
# interpreter around).
|
||||||
#
|
#
|
||||||
# Bash is good for this minimalistic example because it includes echo
|
# Bash is good for this minimalistic example because it includes echo
|
||||||
# (amongst many things) to let you see what is around. You pass the option
|
# (amongst many things) to let you see what is around, and is standard
|
||||||
|
# for the vast majority of distributions. You pass the option
|
||||||
# init=/bin/bash to the kernel to start in the S runlevel.
|
# init=/bin/bash to the kernel to start in the S runlevel.
|
||||||
|
|
||||||
bash
|
bash
|
||||||
/dev/console
|
/dev/console
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user