http://bugzilla.novell.com/show_bug.cgi?id=511210 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=511210#c5 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |ms@novell.com Info Provider|ms@novell.com | --- Comment #5 from Marcus Schaefer <ms@novell.com> 2009-07-21 04:22:12 MDT --- Hmm, what I don't understand here is how should kiwi take over control of the eject call ? The system has booted and runs in runlevel X depending on the image description. The call to eject the DVD is made on shutdown of the system so it must be part of an init script and yes that's distribution specific, each has a different "shutdown" coding I could provide a default init script along with the kiwi code but it's still up to the author of the image description to _include_ and _activate_ the script in its image description.
From a coding perspective it's relatively easy to find the right device on a kiwi live CD
cat /proc/mounts | grep livecd | cut -f1 -d " " that's your device. So I'm wondering why the wrong one is ejected ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.