From 424e00fe1631b6bfdd97618a6f1dd5e4d4108cf7 Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 4 Dec 2001 05:24:58 +0000 Subject: [PATCH] A little bit more description why bash is chosen. --- yard/templates/Example-Mini.yard | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/yard/templates/Example-Mini.yard b/yard/templates/Example-Mini.yard index 86a5ab8..5d35835 100644 --- a/yard/templates/Example-Mini.yard +++ b/yard/templates/Example-Mini.yard @@ -82,10 +82,15 @@ # interpreter around). # # 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. bash /dev/console + + + +