Instead of rebooting at the end of a text based autoyast install, is there a simply option which prompts or automatically ejects the cd? -- grant williamson <traxtopel@fastmail.fm>
Maybe try a postinstall shell-script: <configure> . . . <scripts> <post-scripts config:type="list"> <script> <filename>cd_eject.sh</filename> <interpreter>shell</interpreter> <source> <![CDATA[#!/bin/sh /bin/eject ]]> </source> </script> </post-scripts> </scripts> . . . That ejects the CD after Installation. Regards, Martin On Mon, 09 Feb 2004 21:56:38 +0100, grant williamson <traxtopel@fastmail.fm> wrote:
Instead of rebooting at the end of a text based autoyast install, is there a simply option which prompts or automatically ejects the cd?
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Works fine, thanks :) On Wed, 2004-02-11 at 15:56, Martin Möser wrote:
Maybe try a postinstall shell-script:
<configure> . . . <scripts> <post-scripts config:type="list"> <script> <filename>cd_eject.sh</filename> <interpreter>shell</interpreter> <source> <![CDATA[#!/bin/sh /bin/eject ]]> </source> </script> </post-scripts> </scripts> . . .
That ejects the CD after Installation.
Regards,
Martin
On Mon, 09 Feb 2004 21:56:38 +0100, grant williamson <traxtopel@fastmail.fm> wrote:
Instead of rebooting at the end of a text based autoyast install, is there a simply option which prompts or automatically ejects the cd?
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/ -- grant williamson <traxtopel@fastmail.fm>
participants (2)
-
grant williamson
-
Martin Möser