From: hayao Date: Sat, 3 Oct 2020 15:58:06 +0000 (+0900) Subject: [add] : i486 releng X-Git-Tag: rc3-alpha1~126^2~5 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7b8240904496530d4861c636302abd24dd81abab;p=alterlinux%2Falterlinux.git [add] : i486 releng --- diff --git a/channels/releng/airootfs.i486/etc/pacman.conf b/channels/releng/airootfs.i486/etc/pacman.conf new file mode 100644 index 00000000..ad083f1d --- /dev/null +++ b/channels/releng/airootfs.i486/etc/pacman.conf @@ -0,0 +1,91 @@ +# +# /etc/pacman.conf +# +# See the pacman.conf(5) manpage for option and repository directives + +# +# GENERAL OPTIONS +# +[options] +# The following paths are commented out with their default values listed. +# If you wish to use different paths, uncomment and update the paths. +#RootDir = / +#DBPath = /var/lib/pacman/ +#CacheDir = /var/cache/pacman/pkg/ +#LogFile = /var/log/pacman.log +#GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ +HoldPkg = pacman glibc +#XferCommand = /usr/bin/curl -L -C - -f -o %o %u +#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u +#CleanMethod = KeepInstalled +Architecture = i486 + +# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup +#IgnorePkg = +#IgnoreGroup = + +#NoUpgrade = +#NoExtract = + +# Misc options +#UseSyslog +#Color +#TotalDownload +# We cannot check disk space from within a chroot environment +#CheckSpace +#VerbosePkgLists + +# By default, pacman accepts packages signed by keys that its local keyring +# trusts (see pacman-key and its man page), as well as unsigned packages. +SigLevel = Required DatabaseOptional +LocalFileSigLevel = Optional +#RemoteFileSigLevel = Required + +# NOTE: You must run `pacman-key --init` before first using pacman; the local +# keyring can then be populated with the keys of all official Arch Linux +# packagers with `pacman-key --populate archlinux`. + +# +# REPOSITORIES +# - can be defined here or included from another file +# - pacman will search repositories in the order defined here +# - local/custom mirrors can be added here or in separate files +# - repositories listed first will take precedence when packages +# have identical names, regardless of version number +# - URLs will have $repo replaced by the name of the current repo +# - URLs will have $arch replaced by the name of the architecture +# +# Repository entries are of the format: +# [repo-name] +# Server = ServerName +# Include = IncludePath +# +# The header [repo-name] is crucial - it must be present and +# uncommented to enable the repo. +# + +# The testing repositories are disabled by default. To enable, uncomment the +# repo name header and Include lines. You can add preferred servers immediately +# after the header, and they will be used before the default mirrors. + +#[testing] +#Include = /etc/pacman.d/mirrorlist + +[core] +Include = /etc/pacman.d/mirrorlist + +[extra] +Include = /etc/pacman.d/mirrorlist + +#[community-testing] +#Include = /etc/pacman.d/mirrorlist + +[community] +Include = /etc/pacman.d/mirrorlist + +# An example of a custom package repository. See the pacman manpage for +# tips on creating your own repositories. +#[custom] +#SigLevel = Optional TrustAll +#Server = file:///home/custompkgs diff --git a/channels/releng/packages.i486/base.i486 b/channels/releng/packages.i486/base.i486 new file mode 100644 index 00000000..3c832006 --- /dev/null +++ b/channels/releng/packages.i486/base.i486 @@ -0,0 +1,13 @@ +# +# Alter Linux package list +# +# Yamada Hayao +# Twitter: @Hayao0819 +# Email : hayao@fascode.net +# +# (c) 2019-2020 Fascode Network. +# +# Base packages + + +base-devel diff --git a/channels/releng/packages.i486/disk.i486 b/channels/releng/packages.i486/disk.i486 new file mode 100644 index 00000000..31b09736 --- /dev/null +++ b/channels/releng/packages.i486/disk.i486 @@ -0,0 +1,26 @@ +# +# Alter Linux package list +# +# Yamada Hayao +# Twitter: @Hayao0819 +# Email : hayao@fascode.net +# +# (c) 2019-2020 Fascode Network. +# +# Disk tools + +clonezilla +ddrescue +gptfdisk +hdparm +mdadm +parted +partimage +dmraid +partclone +sdparm +testdisk +smartmontools +lvm2 +fsarchiver +nvme-cli diff --git a/channels/releng/packages.i486/editor.i486 b/channels/releng/packages.i486/editor.i486 new file mode 100644 index 00000000..2a560ba7 --- /dev/null +++ b/channels/releng/packages.i486/editor.i486 @@ -0,0 +1,13 @@ +# +# Alter Linux package list +# +# Yamada Hayao +# Twitter: @Hayao0819 +# Email : hayao@fascode.net +# +# (c) 2019-2020 Fascode Network. +# +# text editor + +nano +vim-minimal diff --git a/channels/releng/packages.i486/exclude b/channels/releng/packages.i486/exclude new file mode 100644 index 00000000..e4e40e62 --- /dev/null +++ b/channels/releng/packages.i486/exclude @@ -0,0 +1,35 @@ +alterlinux-calamares +alterlinux-keyring +alterlinux-mirrorlist +aptpac +arj +bash-completion +binutils +bzip2 +cpio +cups +cups-pdf +eg-installer +gzip +lha +libpwquality +lrzip +lz4 +lzip +lzop +noto-fonts +noto-fonts-cjk +noto-fonts-emoji +os-prober +p7zip +tar +tlp +unarj +unrar +unzip-iconv +xdg-user-dirs +xz +yay +yay-bin +zip +zstd diff --git a/channels/releng/packages.i486/internet.i486 b/channels/releng/packages.i486/internet.i486 new file mode 100644 index 00000000..800deafc --- /dev/null +++ b/channels/releng/packages.i486/internet.i486 @@ -0,0 +1,13 @@ +# +# Alter Linux package list +# +# Yamada Hayao +# Twitter: @Hayao0819 +# Email : hayao@fascode.net +# +# (c) 2019-2020 Fascode Network. +# +# internet + +elinks +diffutils diff --git a/channels/releng/packages.i486/other.i486 b/channels/releng/packages.i486/other.i486 new file mode 100644 index 00000000..b3facc9f --- /dev/null +++ b/channels/releng/packages.i486/other.i486 @@ -0,0 +1,17 @@ +# +# Alter Linux package list +# +# Yamada Hayao +# Twitter: @Hayao0819 +# Email : hayao@fascode.net +# +# (c) 2019-2020 Fascode Network. +# + +#-- Shell --# +grml-zsh-config + +#-- gui --# +gpm + +#-- tools --# diff --git a/channels/releng/pacman-i486.conf b/channels/releng/pacman-i486.conf index 045afcaf..fa1b2954 100644 --- a/channels/releng/pacman-i486.conf +++ b/channels/releng/pacman-i486.conf @@ -19,7 +19,7 @@ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -L -C - -f -o %o %u #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled -Architecture = i686 +Architecture = i486 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg =