The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"как в fedora core5 сделать утановку программ не из инета а с..."
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"как в fedora core5 сделать утановку программ не из инета а с..."  
Сообщение от Tonic (??) on 12-Сен-06, 11:06 
Всем доброго дня!

Есть fedora core5
Вопрос 1: как в программе установке программ сделать так чтоб источник был не интернет а диск?где найти файл конфига?

Вопрос 2:как грамотно примонтировать нтфс диски?

Буду признателен за ответ.

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

 Оглавление

Сообщения по теме [Сортировка по времени, UBB]


1. "как в fedora core5 сделать утановку программ не из инета а с..."  
Сообщение от reader on 12-Сен-06, 14:37 
>Всем доброго дня!
>
>Есть fedora core5
>Вопрос 1: как в программе установке программ сделать так чтоб источник был
>не интернет а диск?где найти файл конфига?

http://www.city-fan.org/tips/YumRepoFromImages

Fedora Core 5
It's particularly useful to set up a local [core] repository in Fedora Core 5 because pirut, the standard GUI package manager application, is built on yum and will hence take files from your local repository instead of having to go to the Internet to get them - pirut currently doesn't support installation from CD/DVD natively.


Using DVD ISO
In Fedora Core 5, the installer is based on yum and so there is actually yum repository metadata present on the DVD. This makes the process of setting up the local repository even easier, since you don't need to create the metadata yourself.

Create a directory for your repository and mount the DVD ISO there:
# mkdir -p /path/to/your/repo
# mount -r -o loop /path/to/FC-5-i386-DVD.iso /path/to/your/repo
Ensure that the DVD ISO image is mounted at every reboot
edit /etc/fstab and add new line:

/path/to/FC-5-i386-DVD.iso /path/to/your/repo iso9660 ro,loop 0 0
Configure yum to use your new repository

edit /etc/yum.repos.d/fedora-core.repo

comment out any line starting with baseurl or mirrorlist in the [core] repository section at the top

add a new line:
baseurl=file:///path/to/your/repo

Using CD ISO images
Note: I don't have the CD ISO images myself so I haven't tested this procedure with Fedora Core 5.

Creating a repository from CD ISO images is somewhat more complicated, since there are multiple images. There are a number of approaches that could be taken to work around this:

Use something like jigdo to create a single image equivalent to the DVD ISO (jigdo templates for Fedora Core 5 can be found at http://www.jburgess.uklinux.net/jigdo/index.html)

Mount all of the CD images simultaneously and create a symlink farm to the packages on each CD
Copy the packages from the CD images and make a local repo that's independent of the original CD images
I've chosen to take the latter approach here.

Create a directory on your system to hold the repository. It will need to be on a filesystem that has at least 3GB of free space. Then copy the RPM packages and comps.xml file from your CD images into it.

# mkdir -p /path/to/your/repo/RPMS
# cd /path/to/your/repo
# mkdir disc1 disc2 disc3 disc4 disc5
# mount -r -o loop /path/to/FC-5-i386-disc1.iso disc1
# mount -r -o loop /path/to/FC-5-i386-disc2.iso disc2
# mount -r -o loop /path/to/FC-5-i386-disc3.iso disc3
# mount -r -o loop /path/to/FC-5-i386-disc4.iso disc4
# mount -r -o loop /path/to/FC-5-i386-disc5.iso disc5
# cp disc*/Fedora/RPMS/* RPMS
# cp disc1/repodata/comps.xml .You no longer need the CD images, so you can unmount them and remove the mountpoint directories.
# umount disc1 disc2 disc3 disc4 disc5
# rmdir disc1 disc2 disc3 disc4 disc5Create the repository metadata.
# rpm -Uvh RPMS/createrepo*
# createrepo -g comps.xml .Configure yum to use your new repository

edit /etc/yum.repos.d/fedora-core.repo

comment out any line starting with baseurl or mirrorlist in the [core] repository section at the top

add a new line:
baseurl=file:///path/to/your/repo

Using Add/Remove Software With No Network Connection
If you want to use the Add/Remove Software application (pirut) with no network connection, you'll need to disable all of the yum repositories apart from your local one. By default, the only enabled repositories are core (which is now served by your local repository), updates, and extras. You can disable these repositories by changing the line enabled=1 to enabled=0 in /etc/yum.repos.d/fedora-updates.repo and /etc/yum.repos.d/fedora-extras.repo respectively.

If at a later time you have an Internet connection available and would like to update your system or install something from Fedora Extras, you can enable these repositories on the yum command line without needing to edit the .repo files again, e.g.:

# yum --enablerepo=updates --enablerepo=extras update
# yum --enablerepo=updates --enablerepo=extras install somepackage

Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

2. "как в fedora core5 сделать утановку программ не из инета а с..."  
Сообщение от Tonic (??) on 12-Сен-06, 15:03 
Спасибо большое.буду пробывать
Правка | Высказать мнение | Ответить | Cообщить модератору | Наверх

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру