--- burg-1.98.r1844-bzr/util/grub-mkconfig.in~ 2011-04-19 10:42:18.000000000 +0200 +++ burg-1.98.r1844-bzr/util/grub-mkconfig.in 2011-04-19 11:27:25.582636396 +0200 @@ -142,8 +142,8 @@ # choosing Hurd filesystem module. GRUB_FS="`${grub_probe} --target=fs / 2> /dev/null || echo unknown`" -if test -f ${sysconfdir}/default/burg ; then - . ${sysconfdir}/default/burg +if test -f ${sysconfdir}/sysconfig/burg ; then + . ${sysconfdir}/sysconfig/burg fi # XXX: should this be deprecated at some point? @@ -286,7 +286,7 @@ # DO NOT EDIT THIS FILE # # It is automatically generated by $0 using templates -# from ${grub_mkconfig_dir} and settings from ${sysconfdir}/default/burg +# from ${grub_mkconfig_dir} and settings from ${sysconfdir}/sysconfig/burg # EOF --- burg-1.98.r1844-bzr/util/grub.d/README~ 2011-04-19 10:42:18.000000000 +0200 +++ burg-1.98.r1844-bzr/util/grub.d/README 2011-04-19 11:29:15.055973278 +0200 @@ -8,4 +8,4 @@ The number namespace in-between is configurable by system installer and/or administrator. For example, you can add an entry to boot another OS as 01_otheros, 11_otheros, etc, depending on the position you want it to occupy in -the menu; and then adjust the default setting via /etc/default/grub. +the menu; and then adjust the default setting via /etc/sysconfig/burg.