|
|
发表于 2006-11-2 11:14:02
|
显示全部楼层
源加安装源的方法:
运行yast > 安装源 > 指定url >
//////////////////////////////////////////////////////////////
方法如下:
//////////////////////////////////////////////////////////////
Libzypp/Media/Url/ISO
From openSUSE
< Libzypp
[edit]
MediaISO
The access handler for media in a ISO image (loopback mount).
* Scheme:
* iso
* Examples:
iso:/?iso=/path/to/CD1.iso
iso:/?iso=CD1.iso&url=dir:/path/to
iso:/?iso=CD1.iso&url=nfs://server/path/to/media
iso:/?iso=CD1.iso&url=hd:/?device=/dev/hda
iso:/subdir?iso=CD1.iso&url=nfs://nfs-server/directory&mnt=/nfs/attach/point&filesystem=iso9660
* Query parameters:
* iso: Mandatory parameter specifying the name of the iso file.
If the url parameter is missed, the iso parameter has to contain an absolute iso file name.
* url: Optional parameter specifying the URL to the directory containing the iso file.
The supported URL schemes are: hd, dir, file, nfs, smb, cifs.
* mnt: Optional parameter specifying the prefered attach point for the source media url.
* filesystem: Optional name of the filesystem used in the iso file. Defaults to "auto".
* Authority: A non-empty authority URL component is not allowed.
* Path name: Mandatory URL component, that specifies a subdirectory inside of the iso file,
where the desired files are located. |
|