wok diff grub4dos/stuff/menu.lst @ rev 17501

Normalize tags "file-manager", "web-browser", "text-editor", "terminal", and "window-manager" according to tazx.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 08 02:04:05 2015 +0200 (2015-01-08)
parents 9bd8026efd2d
children e93e6b4d565f
line diff
     1.1 --- a/grub4dos/stuff/menu.lst	Wed Jul 06 11:03:44 2011 +0200
     1.2 +++ b/grub4dos/stuff/menu.lst	Thu Jan 08 02:04:05 2015 +0200
     1.3 @@ -10,6 +10,10 @@
     1.4  
     1.5  title Grub menu
     1.6  	errorcheck off
     1.7 +	configfile /boot/grub/menu.lst
     1.8 +	configfile /grub/menu.lst
     1.9 +	configfile /boot/menu.lst
    1.10 +	configfile /menu.lst
    1.11  	find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
    1.12  	find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
    1.13  	find --set-root --ignore-floppies --ignore-cd /boot/menu.lst && configfile /boot/menu.lst