[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GRUB legal disclaimers before the menu



 Hi.

On Tue, Feb 03, 2015 at 05:19:30PM +0000, Bhasker C V wrote:
> Hi,
> 
>  I am trying to create some legal disclaimer statements just above the
> first menu item in the grub (like simple echo messages). I am not sure
> how to do this
> 
>  A simple echo gets re-pained just after the menu comes on.
> 
>  Can anyone help please ?
>  Googled - no info available.

Try putting a disclaimer inside the menuentry, i.e.

menuentry "<legal_goes_here>" {
	echo 'You shouldn't be here'
}

Reco


Reply to: