Mailinglist Archive: opensuse-autoinstall (99 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Problems with X config
- From: Magnus Boman <captain.magnus@xxxxxxxxx>
- Date: Thu, 17 May 2007 19:38:22 +1000
- Message-id: <1179394703.22170.33.camel@xxxxxxxxxxxxxxxxxxxxx>
Leff,
On Wed, 2007-05-16 at 08:03 -0400, Lee Mayes wrote:
> Hi Mangus,
>
> Since there's no telling what hardware my users have, I've found that
> letting SAX autoconfigure seems to work the best. I do this on all
> SuSE/OpenSUSE versions with a post install script:
>
> <script>
> <chrooted config:type="boolean">true</chrooted>
> <filename>sax-config</filename>
> <interpreter>shell</interpreter>
> <location></location>
> <source><![CDATA[#!/bin/bash
> test -x /usr/sbin/sax2 || exit 0
> /usr/sbin/sax2 --auto
> ]]></source>
> </script>
Thanks. I might just use that one as a work around for now...
>
> Best Regards,
>
> Lee
Cheers,
Magnus
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
On Wed, 2007-05-16 at 08:03 -0400, Lee Mayes wrote:
> Hi Mangus,
>
> Since there's no telling what hardware my users have, I've found that
> letting SAX autoconfigure seems to work the best. I do this on all
> SuSE/OpenSUSE versions with a post install script:
>
> <script>
> <chrooted config:type="boolean">true</chrooted>
> <filename>sax-config</filename>
> <interpreter>shell</interpreter>
> <location></location>
> <source><![CDATA[#!/bin/bash
> test -x /usr/sbin/sax2 || exit 0
> /usr/sbin/sax2 --auto
> ]]></source>
> </script>
Thanks. I might just use that one as a work around for now...
>
> Best Regards,
>
> Lee
Cheers,
Magnus
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |