| Server IP : 39.108.156.168 / Your IP : 216.73.216.104 Web Server : nginx/1.24.0 System : Linux e2.ksyuki.com 6.11.0-25-generic #25~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 17:20:50 UTC 2 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/cloud/templates/ |
Upload File : |
## template:jinja
## Note, this file is written by cloud-init on first boot of an instance
## modifications made here will not survive a re-bundle.
## if you wish to make changes you can:
## a.) do the same in user-data
## b.) add sources in /etc/yum.repos.d/
## c.) make changes to template file /etc/cloud/templates/sources.list.centos.arm.base.tmpl
###
[base]
name=CentOS-$releasever - Base
failovermethod=priority
baseurl={{mirror}}/centos-altarch/$releasever/os/$basearch/
gpgcheck=1
gpgkey={{mirror}}/centos-altarch/$releasever/os/aarch64/RPM-GPG-KEY-CentOS-BIG_RELEASE
#released updates
[updates]
name=CentOS-$releasever - Updates
failovermethod=priority
baseurl={{mirror}}/centos-altarch/$releasever/updates/$basearch/
gpgcheck=1
gpgkey={{mirror}}/centos-altarch/$releasever/os/aarch64/RPM-GPG-KEY-CentOS-BIG_RELEASE
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
failovermethod=priority
baseurl={{mirror}}/centos-altarch/$releasever/extras/$basearch/
gpgcheck=1
gpgkey={{mirror}}/centos-altarch/$releasever/os/aarch64/RPM-GPG-KEY-CentOS-BIG_RELEASE
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
failovermethod=priority
baseurl={{mirror}}/centos-altarch/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey={{mirror}}/centos-altarch/$releasever/os/aarch64/RPM-GPG-KEY-CentOS-BIG_RELEASE