modified: ts/bin/install_chroot

new file:   ts/repos/thinstation.repo
This commit is contained in:
Donald A. Cupp Jr. 2025-01-20 12:23:05 -06:00
parent 0675ef6bdf
commit c6ce1b2f8f
2 changed files with 7 additions and 10 deletions

View file

@ -44,8 +44,6 @@ stage1()
dnf install --setopt=keepcache=1 -y --installroot=$ROOT $host_config --releasever=41 --allowerasing $core_ports $kernel_ports $grub_ports $firmware_ports
dnf group install --setopt=keepcache=1 -y --installroot=$ROOT $host_config --releasever=41 "$xfce"
dnf install --setopt=keepcache=1 -y --installroot=$ROOT $host_config --releasever=41 --allowerasing $misc_ports
# dnf install --setopt=keepcache=1 -y --installroot=$ROOT $host_config --releasever=41 $other_ports
# dnf install --setopt=keepcache=1 -y --installroot=$ROOT $host_config --releasever=41 $(cat $ROOT/ts/etc/rpms)
cd $ROOT
touch $ROOT/dostage2
}
@ -77,14 +75,7 @@ stage2()
stage3()
{
cat << EOF > etc/yum.repos.d/thinstation.repo
[thinstation-rpms]
name=ThinStation RPM Repository
baseurl=https://raw.githubusercontent.com/Thinstation/thinstation-rpms/refs/heads/main/x86_64/
enabled=1
gpgcheck=0
priority=1
EOF
cp -a /ts/repos/* /etc/yum.repos.d/.
dnf makecache
dnf install --setopt=keepcache=1 -y --allowerasing $ts_ports
for Root in $TSWRKNG $XTRWRKNG; do

View file

@ -0,0 +1,6 @@
[thinstation-rpms]
name=ThinStation RPM Repository
baseurl=https://raw.githubusercontent.com/Thinstation/thinstation-rpms/refs/heads/main/x86_64/
enabled=1
gpgcheck=0
priority=10