Hi Andrzej, Doh! Wish you'd told me this before I did today's distro_import :-(
Guess I need to do another rebuild of slim_source and distro-import everything again!
Regards, Alasdair On 09/11/11 08:51 PM, Andrzej Szeszo wrote:
The change below to slim_source fixes the problem with the grub menu. /dev-il repo and old 151 ISOs were built with the change below applied. Andrzej diff -r 733997758353 usr/src/lib/libict_pymod/ict.py --- a/usr/src/lib/libict_pymod/ict.py Thu Apr 28 11:46:57 2011 +0100 +++ b/usr/src/lib/libict_pymod/ict.py Sun Sep 11 19:44:45 2011 +0000 @@ -1181,7 +1181,7 @@ # Note there are TABs in the blow expression. # sedcmd = 'sed \'/\-B[ <TAB>]*\\$ZFS-BOOTFS/ i\\\nbootfs ' +\ sedcmd = 'sed \'/\-B[ ]*\\$ZFS-BOOTFS/ i\\\nbootfs ' +\ - rootdataset + '\' ' + self.grubmenu + ' > ' + newgrubmenu + rootdataset + '\\\n\' ' + self.grubmenu + ' > ' + newgrubmenu status = _cmd_status(sedcmd) if status != 0: prerror('Adding bootfs command to grub menu fails. ' + On 10/09/2011 04:29, Alasdair Lumsden wrote:Hi TJ, Was your grub issue with the Text Installer or the Live ISO? It looks like the splashimage bits are missing so your bootfs line runs on to the kernel line. I can't reproduce it with the Live ISO (gui installer) so am wondering if you installed from the Text installer. Cheers, Alasdair _______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
_______________________________________________ oi-dev mailing list [email protected] http://openindiana.org/mailman/listinfo/oi-dev
