OSDN Git Service

[add] : i486 share channel
authorhayao <shun819.mail@gmail.com>
Sun, 4 Oct 2020 02:02:17 +0000 (11:02 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 4 Oct 2020 02:06:51 +0000 (11:06 +0900)
13 files changed:
channels/share/airootfs.i486/etc/systemd/system/pacman-init.service [new file with mode: 0644]
channels/share/packages.i486/alter.i486 [new file with mode: 0644]
channels/share/packages.i486/archives.i486 [new file with mode: 0644]
channels/share/packages.i486/base.i486 [new file with mode: 0644]
channels/share/packages.i486/exclude [new file with mode: 0644]
channels/share/packages.i486/filesystem.i486 [new file with mode: 0644]
channels/share/packages.i486/grub.i486 [new file with mode: 0644]
channels/share/packages.i486/hardware.i486 [new file with mode: 0644]
channels/share/packages.i486/internet.i486 [new file with mode: 0644]
channels/share/packages.i486/kernel/core.i486 [new file with mode: 0644]
channels/share/packages.i486/other.i486 [new file with mode: 0644]
channels/share/packages.i486/pacman.i486 [new file with mode: 0644]
channels/share/packages.i486/plymouth/plymouth.i486 [new file with mode: 0644]

diff --git a/channels/share/airootfs.i486/etc/systemd/system/pacman-init.service b/channels/share/airootfs.i486/etc/systemd/system/pacman-init.service
new file mode 100644 (file)
index 0000000..cbcef0a
--- /dev/null
@@ -0,0 +1,17 @@
+[Unit]
+Description=Initializes Pacman keyring
+Wants=haveged.service
+After=haveged.service
+Requires=etc-pacman.d-gnupg.mount
+After=etc-pacman.d-gnupg.mount
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/pacman-key --init
+ExecStart=/usr/bin/pacman-key --populate archlinux
+ExecStart=/usr/bin/pacman-key --populate archlinux32
+ExecStart=/usr/bin/pacman-key --populate alterlinux
+
+[Install]
+WantedBy=multi-user.target
diff --git a/channels/share/packages.i486/alter.i486 b/channels/share/packages.i486/alter.i486
new file mode 100644 (file)
index 0000000..5ad581c
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# Alter Linux original
+
+
+#-- installer --#
+alterlinux-calamares
+libpwquality
diff --git a/channels/share/packages.i486/archives.i486 b/channels/share/packages.i486/archives.i486
new file mode 100644 (file)
index 0000000..14cf79a
--- /dev/null
@@ -0,0 +1,30 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# Archives
+
+
+arj
+binutils
+bzip2
+cpio
+gzip
+lha
+lrzip
+lz4
+lzip
+lzop
+p7zip
+tar
+unarj
+unrar
+unzip-iconv
+xz
+zip
+zstd
diff --git a/channels/share/packages.i486/base.i486 b/channels/share/packages.i486/base.i486
new file mode 100644 (file)
index 0000000..c0a4a0f
--- /dev/null
@@ -0,0 +1,21 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# Base packages
+
+base-devel
+
+bash
+haveged
+intel-ucode
+amd-ucode
+mkinitcpio-nfs-utils
+nbd
+
+edk2-shell
diff --git a/channels/share/packages.i486/exclude b/channels/share/packages.i486/exclude
new file mode 100644 (file)
index 0000000..24222fb
--- /dev/null
@@ -0,0 +1,16 @@
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# channels/share/packages/exclude
+#
+# DO NOT EDIT THIS FILE.
+# The packages described in this file are packages
+# that should not be described in the package list
+# because they are automatically detected
+# and installed by the build script.
+#
+
+memtest86+
diff --git a/channels/share/packages.i486/filesystem.i486 b/channels/share/packages.i486/filesystem.i486
new file mode 100644 (file)
index 0000000..7c05ec9
--- /dev/null
@@ -0,0 +1,24 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# File System
+
+
+btrfs-progs
+dosfstools
+# exfat-utils archiso v47で exfatprogs に置き換えられました
+exfatprogs
+f2fs-tools
+jfsutils
+mtools
+nfs-utils
+nilfs-utils
+ntfs-3g
+reiserfsprogs
+xfsprogs
diff --git a/channels/share/packages.i486/grub.i486 b/channels/share/packages.i486/grub.i486
new file mode 100644 (file)
index 0000000..79ecec3
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# boot tools
+#
+
+# Grub
+grub
+os-prober
+
+# EFI
+efibootmgr
diff --git a/channels/share/packages.i486/hardware.i486 b/channels/share/packages.i486/hardware.i486
new file mode 100644 (file)
index 0000000..f03ef4b
--- /dev/null
@@ -0,0 +1,28 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# Hardware
+#
+
+
+#-- drivers --#
+b43-fwcutter
+ipw2100-fw
+ipw2200-fw
+
+
+#-- interface support --#
+lsscsi
+sg3_utils
+usb_modeswitch
+usbutils
+
+#-- printers --#
+cups
+cups-pdf
diff --git a/channels/share/packages.i486/internet.i486 b/channels/share/packages.i486/internet.i486
new file mode 100644 (file)
index 0000000..180a021
--- /dev/null
@@ -0,0 +1,60 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# Internet
+
+
+#-- chat --#
+irssi
+
+
+#-- connection --#
+dhclient
+dhcpcd
+dnsutils
+ndisc6
+networkmanager
+ppp
+pptpclient
+rp-pppoe
+wvdial
+
+
+#-- client --#
+openssh
+wget
+
+
+#-- server --#
+darkhttpd
+dnsmasq
+
+
+
+#-- wireless --#
+crda
+iwd
+wireless-regdb
+wireless_tools
+wpa_supplicant
+
+
+#-- vpn --#
+openconnect
+openvpn
+vpnc
+xl2tpd
+
+
+#-- other tools --#
+ethtool
+gnu-netcat
+# nmap
+rsync
+tcpdump
diff --git a/channels/share/packages.i486/kernel/core.i486 b/channels/share/packages.i486/kernel/core.i486
new file mode 100644 (file)
index 0000000..acbc1cd
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+
+linux
+linux-headers
+
+broadcom-wl
diff --git a/channels/share/packages.i486/other.i486 b/channels/share/packages.i486/other.i486
new file mode 100644 (file)
index 0000000..c1c9eec
--- /dev/null
@@ -0,0 +1,33 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# Other
+
+
+#-- commandline tools --#
+arch-install-scripts
+bash-completion
+git
+mc
+
+
+#-- utility --#
+sudo
+tlp
+xdg-user-dirs
+
+
+#-- linux --#
+linux-atm
+linux-firmware
+
+
+#-- man --#
+man-db
+man-pages
diff --git a/channels/share/packages.i486/pacman.i486 b/channels/share/packages.i486/pacman.i486
new file mode 100644 (file)
index 0000000..7800fe5
--- /dev/null
@@ -0,0 +1,24 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+# package management
+
+
+#-- cli frontend --#
+aptpac
+yay
+
+
+#-- keyring --#
+alterlinux-keyring
+
+
+#-- mirrorlist --#
+alterlinux-mirrorlist
+reflector
diff --git a/channels/share/packages.i486/plymouth/plymouth.i486 b/channels/share/packages.i486/plymouth/plymouth.i486
new file mode 100644 (file)
index 0000000..03c5f6d
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Alter Linux package list
+#
+# Yamada Hayao
+# Twitter: @Hayao0819
+# Email  : hayao@fascode.net
+#
+# (c) 2019-2020 Fascode Network.
+#
+
+plymouth
\ No newline at end of file