Your best source of information and news about BIOS , winvista and windows vista on the internet は、インターネット上の情報 BIOS 、 winvistaと Windows Vistaについてのニュースのあなたの最高のソース

Vista ARTICLES Vistaの記事 TOP 50トップ50 Spyware Virusスパイウェアウイルス Vista SOFT Vistaのソフト Vista HELP Vistaのヘルプ

Automating Ubuntu Installation with Kickstart Ubuntuのインストールを自動化キックスタート


Kickstart is a method for providing a predetermined installation configuration for installing Ubuntu.キックスタートのUbuntuをインストールするための既定のインストール設定を提供するためのメソッドです。 Instead of having a user enter responses on the install screens, the responses can be listed in a kickstart file from which the install process can read.その代わりに、ユーザーが、回答は、インストールプロセスを読むことができるからキックスタートファイルに記載することができます画面をインストールすることで応答を入力してください。 You will need to create a kickstart configuration file on a working Ubuntu system.あなたが取り組んでUbuntuのシステムのキックスタート設定ファイルを作成する必要があります。 (Kickstart configuration files have the extension .cfg.) A kickstart file is created for every Ubuntu system that holds the install responses used for that installation. (キックスタートの設定ファイルは、拡張子が。 cfg 。 )キックスタートファイルには、応答には、インストールに使用されるすべてのUbuntuシステムをインストールするために作成されています。 It is located in the root directory at /root/anaconda-ks.cfg.これは、ルートディレクトリ内に位置しています/ルート/アナコンダ- ks.cfg 。

If you plan to perform the same kind of installation on computers that would be configured in the same way—such as on a local network with hosts that have the same hardware—you could use this kickstart file as a model for performing installations.このような場合は、同じハードウェアをホストとは、ローカルネットワーク上には、同じ方法で設定されるとコンピュータにインストールされている同じような計画を実行する場合のインストールを実行するためのモデルとして、このキックスタートファイルを使用する可能性がある。 It is a text file that you can edit, with entries for each install response, such as the following for keyboard and time zone:これは、それぞれ、キーボード、タイムゾーンについては、以下のような応答をインストールするのエントリを編集できるファイルはテキストです:

keyboard usキーボード問い合わせ
timezone America/LosAngelesアメリカのタイムゾーン/ LosAngeles

More complex responses may take options such as network, which uses --device for the device interface and bootproto for the boot client:より複雑な反応ネットワークなど、これを使用するオプションがかかることがあります-デバイスは、デバイスのインターフェイスとクライアント用のブートbootproto :

network --device eth0 --bootproto dhcpネットワーク-デバイスeth0 - bootprotoのDHCP

Display configuration is more complex, specifying a video card and monitor type, which could vary.ディスプレイの構成の詳細は、異なる可能性のあるビデオカードとモニタの種類を指定する複雑です。 You can have the system skip this by using xskip.あなたのシステムを使用してこのxskipをスキップすることができます。 The first entry is the install source.最初のエントリには、ソースをインストールすることです。 This will be cdrom for a CD/DVD-ROM install.これは、 CDのcdromを/ DVD - ROMのインストールされます。 If you want to use an NFS or Web install instead, you could add that information here, specifying the server name or Web site.代わりにインストールする場合は、 NFSまたはウェブを使うときは、ここには、サーバー名やWebサイトを指定、その情報を追加する可能性がある。

You can also use the system-config-kickstart tool to create your kickstart file.また、システム設定のキックスタートのツールは、キックスタートファイルを作成するために使用することができます。 This provides a graphical interface for each install screen.これは、各画面をインストールするためのグラフィカルなインタフェースを提供します。 First install the tool.最初にツールをインストールしてください。 Then, to start it, choose Applications | System Tools | Kickstart.そして、それを起動すると、アプリケーションを選択|システムツール|キックスタート。 The help manual provides a detailed description on how to use this tool.このツールの使い方マニュアル、ヘルプに詳細な説明を提供しています。

The name of the configuration file should be ks.cfg.設定ファイルの名前ks.cfgする必要があります。 Once you have created the kickstart file, you can copy it to CD/DVD or even to a floppy disk.一度キックスタートファイルを作成すると、 CDにコピーすることができます/ DVDまたはフロッピーディスクにも。 You could also place the file on a local hard disk partition (such as a Windows or Linux partition) if you have one.ある場合はまた、ローカルのハードディスクのパーティションは、 WindowsやLinuxパーティション(など)を上のファイルの場所でした。 For a network, you could place the file on an NFS server, provided your network is running a DHCP server to enable automatic network configuration on the install computer.ネットワークの場合は、 NFSサーバ上で、ネットワークは、コンピュータのインストールの自動ネットワーク設定を有効にするには、 DHCPサーバーを実行しているファイルの場所を提供した可能性がある。 When you start the installation, at the boot prompt you specify the kickstart file and its location.する際には、ブート時には、キックスタートファイルとその場所を指定するプロンプトは、インストールを開始します。 In the following example, the kickstart file is located on a floppy disk as /dev/fd0:次の例では、キックスタートファイルは/ dev/fd0と、フロッピーディスク上に位置しています:

linux ks=floppy linuxのカンザス=フロッピー

You can use hd:device to specify a particular device such as a hard drive or second CD-ROM drive.あなたのHDを使用することができます:デバイスは、 2番目のハードドライブまたはCD - ROMドライブなどの特定のデバイスを指定します。 For an NFS site, you would use nfs:.は、 NFSのサイトの場合は、 NFSを使用します: 。

Source of Information : McGraw Hill Ubuntu The Complete Reference 情報の出所:マッグロウヒルのUbuntuの完全なリファレンス

Popularity: 1%人気: 1 %


Written by magakos. magakos著。 Read more great feeds at is source フィードのソースを読んでさらにお得です WEBSITE WEBサイト
no comments コメントはありません .
Read more articles on より多くの記事を読む Ubuntu Linux Ubuntu Linuxの and および otherSoftware otherSoftware .

Related articles関連記事

No commentsコメントはありません

There are still no comments on this article.まだこの記事でのコメントはありません。

Leave your comment...あなたのコメントを残す...

If you want to leave your comment on this article, simply fill out the next form:もしこの記事にコメントを残しするには、単に次のフォームにご記入ください:




You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong> .これらのXHTMLタグ: 『 <a href=""使用することができますtitle=""> <abbr title=""> <acronym title=""> <b>ダウンロード<blockquote cite="">の<code> <em>指定<私> <strike> <strong> 。