change bbt to tms

This commit is contained in:
zj
2025-12-30 17:42:04 +08:00
parent bd199cac78
commit b75235b0d4
39 changed files with 12 additions and 42 deletions

View File

@@ -1,19 +1,18 @@
# Maintainer: zj <1052308357@qq.com>
pkgname=bbt-calamares-config
pkgname=tms-calamares-config
_destname1="/etc"
pkgver=25.12
pkgrel=16
pkgrel=30
pkgdesc="calamares for bbt"
arch=('any')
url="https://yuyujing.cn"
license=('GPL3')
makedepends=('git')
depends=()
conflicts=('alci-calamares-config-dev' 'alci-calamares-config-pure' 'alci-calamares-config-btrfs')
provides=("${pkgname}")
options=(!strip !emptydirs)
source=("bbt-calamares-config.zip")
sha256sums=('9c9e31f3671cbc9a3ff64cdb07af28626f68023713ccc7e7878357eada0ba1a3')
source=("tms-calamares-config.zip")
sha256sums=('dc68f5f82831940c84362ad3852c91cbe205bb9a9e2ef8b9e915de94f4140a2e')
package() {
install -dm755 ${pkgdir}${_destname1}
cp -r ${srcdir}/${pkgname}${_destname1}/* ${pkgdir}${_destname1}

View File

@@ -1,10 +1,11 @@
#!/bin/bash
rm -rf pkg src bbt-calamares-config.zip bbt-calamares-config*.pkg.tar.zst
rm -rf pkg src tms-calamares-config.zip tms-calamares-config*.pkg.tar.zst
zip -ry bbt-calamares-config.zip bbt-calamares-config
zip -ry tms-calamares-config.zip tms-calamares-config
makepkg -s
makepkg -g
mv bbt-calamares-config*.pkg.tar.zst /home/smart/tms/custompkgs/x86_64/
echo "use makepkg -s"
#mv tms-calamares-config*.pkg.tar.zst /home/smart/tms/custompkgs/x86_64/

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -210,7 +210,7 @@ operations:
- boost-libs
- ckbcomp
- calamares
- bbt-calamares-config
- tms-calamares-config
- hwinfo
- qt5-xmlpatterns
- squashfs-tools

View File

@@ -84,7 +84,6 @@ script:
- "-rm ${ROOT}/root/.zlogin"
- "-rm ${ROOT}/etc/polkit-1/rules.d/49-nopasswd_global.rules"
- "-rm ${ROOT}/etc/polkit-1/rules.d/49-nopasswd-calamares.rules"
- "-rm ${ROOT}/usr/local/bin/alci-make-a-pure-arch"
- command: "/usr/local/bin/alci-displaymanager-check"
- command: "/usr/local/bin/alci-virtual-machine-check"
- "-rm ${ROOT}/usr/local/bin/alci-displaymanager-check"

View File

@@ -205,7 +205,7 @@ user:
hostname:
location: EtcFile
writeHostsFile: true
#template: "alci-${cpu}"
#template: "bbttms-${cpu}"
forbidden_names: [ localhost ]
presets:

29
up+.sh
View File

@@ -1,34 +1,5 @@
#!/bin/bash
#set -e
##################################################################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
# Website : https://www.alci.online
# Website : https://www.ariser.eu
# Website : https://www.arcolinux.info
# Website : https://www.arcolinux.com
# Website : https://www.arcolinuxd.com
# Website : https://www.arcolinuxb.com
# Website : https://www.arcolinuxiso.com
# Website : https://www.arcolinuxforum.com
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
#tput setaf 0 = black
#tput setaf 1 = red
#tput setaf 2 = green
#tput setaf 3 = yellow
#tput setaf 4 = dark blue
#tput setaf 5 = purple
#tput setaf 6 = cyan
#tput setaf 7 = gray
#tput setaf 8 = light blue
##################################################################################################################
# reset - commit your changes or stash them before you merge
# git reset --hard - personal alias - grh
echo "Deleting the work folder if one exists"
[ -d work ] && rm -rf work