mondo-rstr-tools.c line=1663 in run_grub() has "vi" hardcoded:

strcpy(editor, "vi");           // find_my_editor() );

if you change that to:

strcpy(editor, find_my_editor());

then we're in business again.

Also if you change grub.conf from a symlink in /etc to a real file, a
copy of /boot/grub/menu.lst then the grub fail loop disappears.

This is when grub is installed as bootloader and you indicate you want
to use it, in Debian Sid.

I submitted exactly the same solution in bug #416092 for mondo
2.20-1.1 back in March. No doubt we'll see this again.

Regards,

Hugo Vanwoerkom


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to