<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.telcobridges.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dbernard</id>
	<title>TB Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.telcobridges.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dbernard"/>
	<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/wiki/Special:Contributions/Dbernard"/>
	<updated>2026-07-27T19:21:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Configure_Offline_Repository_CentOS7_A&amp;diff=34660</id>
		<title>Configure Offline Repository CentOS7 A</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Configure_Offline_Repository_CentOS7_A&amp;diff=34660"/>
		<updated>2025-07-22T12:12:03Z</updated>

		<summary type="html">&lt;p&gt;Dbernard: /* Download TelcoBridges repository */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Offline Repository Procedure for CentOS 7}}&lt;br /&gt;
&lt;br /&gt;
This describes the configuration of CentOS packages manager for a system that does not have access to TelcoBridges repository (no internet access).&lt;br /&gt;
&lt;br /&gt;
== Download TelcoBridges repository ==&lt;br /&gt;
Download the ISO image of TelcoBridges repository on a machine that has access to the system.&lt;br /&gt;
* Minimal version is here: [https://repo.telcobridges.com/centos/7/isos/x86_64/tb_centos7_x86_64_repo_minimal.iso tb_centos7_x86_64_repo_minimal.iso]  (2025.07 0.9GB)&lt;br /&gt;
* Full version is here: [https://repo.telcobridges.com/centos/7/isos/x86_64/tb_centos7_x86_64_repo.iso tb_centos7_x86_64_repo.iso] (2025.07 6.6GB)&lt;br /&gt;
&lt;br /&gt;
== Upload TelcoBridges repository to the system ==&lt;br /&gt;
Upload the ISO file to the &amp;quot;/root&amp;quot; directory of the system with scp or a SFTP tool like [http://filezilla-project.org/ FileZilla]&lt;br /&gt;
&lt;br /&gt;
== Mount the ISO file on the system ==&lt;br /&gt;
Mount the ISO file on your system&lt;br /&gt;
 # mkdir -p /repo/centos/7&lt;br /&gt;
 # mount -t iso9660 -o loop /root/tb_centos7_x86_64_repo.iso /repo/centos/7&lt;br /&gt;
&lt;br /&gt;
== Change TelcoBridges repository file ==&lt;br /&gt;
Edit the &#039;&#039;TB-Base.repo&#039;&#039; file&lt;br /&gt;
 # vim /etc/yum.repos.d/TB-Base.repo&lt;br /&gt;
&lt;br /&gt;
Change &#039;&#039;[tb-base]&#039;&#039; &#039;&#039;&#039;baseurl&#039;&#039;&#039; line to:&lt;br /&gt;
 baseurl=file:///repo/centos/7/os/$basearch/&lt;br /&gt;
&lt;br /&gt;
== Update CentOS 7 ==&lt;br /&gt;
 # yum clean metadata&lt;br /&gt;
 # yum update&lt;br /&gt;
&lt;br /&gt;
== Delete ISO file ==&lt;br /&gt;
Since the repository file is quite large, it is better to delete it after the update is complete:&lt;br /&gt;
 # rm /root/*repo.iso&lt;br /&gt;
&lt;br /&gt;
== Other Links ==&lt;br /&gt;
* Here is a link to [[Upgrade_Telcobridges_Linux|upgrade the Telcobridges Linux]]&lt;br /&gt;
* Here is a link to [[Configure_Offline_Repository|Update a TelcoBridges linux OS without internet access]]&lt;br /&gt;
* Here is a link to [[Configure_Offline_Repository_CentOS5_A|Update a CentOS 5 operating system without internet access]]&lt;/div&gt;</summary>
		<author><name>Dbernard</name></author>
	</entry>
	<entry>
		<id>https://docs.telcobridges.com/w/index.php?title=Configure_Offline_Repository&amp;diff=34659</id>
		<title>Configure Offline Repository</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/w/index.php?title=Configure_Offline_Repository&amp;diff=34659"/>
		<updated>2025-07-22T12:11:36Z</updated>

		<summary type="html">&lt;p&gt;Dbernard: /* Download TelcoBridges repository */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Offline Repository Procedure for Telcobridges Linux}}&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This article describes the configuration of the package manager for a system that does not have access to TelcoBridges repository (no internet access).&lt;br /&gt;
&lt;br /&gt;
== Download TelcoBridges repository ==&lt;br /&gt;
Download the ISO image of TelcoBridges repository on a machine that has access to the system.&lt;br /&gt;
* Minimal version is here: [https://repo.telcobridges.com/tbos/7/isos/x86_64/tb_tbos7_x86_64_repo_minimal.iso tb_tbos7_x86_64_repo_minimal.iso]  (2025.07 0.9GB)&lt;br /&gt;
* Full version is here: [https://repo.telcobridges.com/tbos/7/isos/x86_64/tb_tbos7_x86_64_repo.iso tb_tbos7_x86_64_repo.iso] (2025.07 6.6GB)&lt;br /&gt;
&lt;br /&gt;
== Upload TelcoBridges repository to the system ==&lt;br /&gt;
Upload the ISO file to the &amp;quot;/root&amp;quot; directory of the system with scp or a SFTP tool like [http://filezilla-project.org/ FileZilla]&lt;br /&gt;
&lt;br /&gt;
== Mount the ISO file on the system ==&lt;br /&gt;
Mount the ISO file on your system&lt;br /&gt;
 # mkdir -p /repo/tbos&lt;br /&gt;
 # mount -t iso9660 -o loop /root/tb_tbos7_x86_64_repo_minimal.iso /repo/tbos&lt;br /&gt;
&lt;br /&gt;
== Change TelcoBridges repository file ==&lt;br /&gt;
Edit the &#039;&#039;TB-Base.repo&#039;&#039; file&lt;br /&gt;
 # vim /etc/yum.repos.d/TB-Base.repo&lt;br /&gt;
&lt;br /&gt;
Change &#039;&#039;[tb-base]&#039;&#039; &#039;&#039;&#039;baseurl&#039;&#039;&#039; line to:&lt;br /&gt;
 baseurl=file:///repo/tbos/os/$basearch/&lt;br /&gt;
&lt;br /&gt;
== Update packages ==&lt;br /&gt;
 # yum clean metadata&lt;br /&gt;
 # yum update&lt;br /&gt;
&lt;br /&gt;
== Delete ISO file ==&lt;br /&gt;
Since the repository file is quite large, it is better to delete it after the update is complete:&lt;br /&gt;
 # rm /root/tb_tbos7_x86_64_repo_minimal.iso&lt;br /&gt;
&lt;br /&gt;
== Other Links ==&lt;br /&gt;
* [[Upgrade_Telcobridges_Linux|Upgrade the Telcobridges Linux]]&lt;br /&gt;
* [[Configure_Offline_Repository_CentOS5_A|Update a CentOS 5 operating system without internet access]]&lt;br /&gt;
* [[Configure_Offline_Repository_CentOS7_A|Update a CentOS 7 operating system without internet access]]&lt;/div&gt;</summary>
		<author><name>Dbernard</name></author>
	</entry>
</feed>