jklyekai wrote: > Hi, > I use DC and my local IPS make a ISO,and i want to delete firefox. so I > remove all packages about SUNWfirefox from the manifest. Then,when I install > the ISO with vmware workstation.When schedule is up to 99%, It shows that > failes .Then I see the install_log as following > <ICT Jan 1 00:00:01> current task:delete_misc_trees > <ICT Jan 1 00:00:01> current task:set_prop_from_eeprom > <ICT Jan 1 00:00:01> current task:set_console_boot_device_property > <ICT Jan 1 00:00:01> Setting console boot device property to text > <ICT Jan 1 00:00:01> current task:add_splash_image_to_grub_menu > <ICT Jan 1 00:00:01> current task:fix_browser_home_page > <ICT_E Jan 1 00:00:01> Setting browser home page command failed. exit > status=512 > <ICT_E Jan 1 00:00:01> Failed command was sed -e > 's+browser.startup.homepage=.*$+browser.startup.homepage=file:///usr/share/doc/opensolaris-welcome/html/index.html+' > -e > 's+browser.startup.homepage_reset=.*$+browser.startup.homepage_reset=file:///usr/share/doc/opensolaris-welcome/html/index.html+' > /a/usr/lib/firefox/browserconfig.properties > > /tmp/browserconfigLejZxw.properties > ......................... > <ICT Jan 1 00:00:00> current task: ict_transfer_logs > <ICT Jan 1 00:00:00> ict_transfer_logs Succeeded > When reboot, I can login the system. It is ok . and firefox has uninstalled > in the system. > The failure should be harmless. All the other Install Completion Tasks (ICT) should have been executed.
The failure to set the firefox home page is a bug with the ICTs. A bug has already been filed: http://defect.opensolaris.org/bz/show_bug.cgi?id=5558 > Then I try to modify the ict.py script in the distro_const directory. I > delete the "FIX_BROWSER_HOME..." and shield brower function parts . but it's > still error. > If I didn't find the right place to modify or other reason ? > Thank your suggestion. > Not sure what you mean by modifying ict.py in distro_const directory? Do you mean you modified /usr/lib/python2.4/vendor-packages/osol_install/ict.py after the CD is booted up? Or did you modified that during the image construction? You have to modify ict.py during the DC run in order for it to take affect. One workaround to get rid of the error is that you can modify /sbin/install-finish during the DC run or after the system is booted up, and get rid of the call for fix_browser_home_page(). Hope this helps. --Karen > > -------------- > jklyekai > 2008-12-29 > > > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss >
