diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:08 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:08 +0000 |
commit | 5ce8d30439463838f845c78bc926cc9b310a8743 (patch) | |
tree | bb1852dc58711c7baee31216a765067dfa49b65b /help-install/en/main::opt::o_install.html | |
parent | 10658e71475bd964263d09f1a661f24fadfaf496 (diff) | |
download | bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.gz bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.bz2 bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.tar.xz bootloader-theme-5ce8d30439463838f845c78bc926cc9b310a8743.zip |
imported openSUSE.tar.bz2 (from gfxboot-4.1.19-2.1.src.rpm)4.1.19.1
Diffstat (limited to 'help-install/en/main::opt::o_install.html')
-rw-r--r-- | help-install/en/main::opt::o_install.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/help-install/en/main::opt::o_install.html b/help-install/en/main::opt::o_install.html new file mode 100644 index 0000000..cbcc6cf --- /dev/null +++ b/help-install/en/main::opt::o_install.html @@ -0,0 +1,30 @@ +<h3> +<a name="o_install">Installer Options: install</a> +</h3> + +<p> +By default, the local CD-ROMs are searched for the installation source. +For a network install, select the +<em>install</em> option. Possible installation protocols are +<ul> + <li>FTP</li> + <li>NFS</li> + <li>HTTP</li> +</ul> +</p> + +<p> +The syntax to use is just like standard URLs. For example, +if your server is found at 192.168.0.1 and you want to do an NFS-based +install from the directory /install on this server, specify +the source as follows: +<ul> + <li>install=nfs://192.168.0.1/install</li> +</ul> +</p> + +<p> +The network card will either be configured with <em>dhcp</em> or you +must specify the parameters yourself as described in the +<a href="#network">network options</a>. +</p> |