https://bugzilla.novell.com/show_bug.cgi?id=775978 https://bugzilla.novell.com/show_bug.cgi?id=775978#c7 Michal Seben <mseben@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |jsuchome@suse.com --- Comment #7 from Michal Seben <mseben@gmail.com> 2012-10-08 08:46:09 UTC --- Jiri: firstly I think we have 3 ways how guest packages could occur in system after installation 1, liveCD I've checked liveCD installation and the new root content is basically copied from liveCD (which contains of course vbox guest rpms) using tar command, but there is a second YAST stage on this kind of installation and I see here some bash scripts which are started, during first bootup : https://github.com/yast/yast-installation/tree/master/startup/Second-Stage would be possible to add simple oneliner somewhere in to this directory ? It will checks whether the vbox graphics card is present in the system - if not we are not inside the virtualbox and we want to uninstall vbox guest rpms : [ -z "$(lspci -d 80ee:beef)" ] && rpm -e virtualbox-guest-tools virtualbox-guest-kmp-desktop virtualbox-guest-x11 2,3 NET,DVD then you have NET installation and DVD installation which are also afected by the problem with vbox-guest rpms on host machine - I didn't check them for now thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.