Mailinglist Archive: opensuse-autoinstall (59 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Autoinstall without X
- From: "Holger Stengel" <Holger.Stengel@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2008 09:09:46 +0100 (MET)
- Message-id: <36039.131.188.78.67.1201594186.squirrel@xxxxxxxxxxxxxxxxxxxxxxx>
Am Fr, 18.01.2008, 15:53, schrieb Wayman Smith:
I have a need to install NVIDIA drivers during my autoinstall process.
Installing these drivers requires that X not be running. Does autoyast
have an option to install without X?
You can probably avoid messing with X by just adding the "NVIDIA Driver
Installation Source" to your add_on_products section:
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://download.nvidia.com/opensuse/10.3/</media_url>
<product>NVIDIA Driver Installation Source for OpenSuSE
10.3</product>
<product_dir>/</product_dir>
</listentry>
<listentry>
</add_on_products>
</add-on>
This automatically installs drivers for my (non-legacy) NVIDIA card.
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |