added files
This commit is contained in:
parent
af3565e3a7
commit
eb6a3ee97e
4 changed files with 189 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
[Autologin]
|
||||
Relogin=false
|
||||
User=liveuser
|
||||
Session=plasma
|
||||
Session=sway
|
||||
|
||||
[Theme]
|
||||
Current=breeze-dark
|
||||
Current=
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
timeout 15
|
||||
default 01-archiso-x86_64-linux.conf
|
||||
beep on
|
||||
beep off
|
||||
|
|
184
iso/packages.x86_64
Normal file
184
iso/packages.x86_64
Normal file
|
@ -0,0 +1,184 @@
|
|||
alsa-utils
|
||||
amd-ucode
|
||||
arch-install-scripts
|
||||
archinstall
|
||||
b43-fwcutter
|
||||
base
|
||||
base-devel
|
||||
bind
|
||||
brltty
|
||||
broadcom-wl-dkms
|
||||
btrfs-progs
|
||||
clonezilla
|
||||
cloud-init
|
||||
cryptsetup
|
||||
darkhttpd
|
||||
ddrescue
|
||||
dhclient
|
||||
dhcpcd
|
||||
diffutils
|
||||
dmidecode
|
||||
dmraid
|
||||
dnsmasq
|
||||
dosfstools
|
||||
e2fsprogs
|
||||
edk2-shell
|
||||
efibootmgr
|
||||
espeakup
|
||||
ethtool
|
||||
exfatprogs
|
||||
f2fs-tools
|
||||
fatresize
|
||||
fsarchiver
|
||||
git
|
||||
gnu-netcat
|
||||
gpart
|
||||
gpm
|
||||
gptfdisk
|
||||
grml-zsh-config
|
||||
grub
|
||||
hdparm
|
||||
hyperv
|
||||
intel-ucode
|
||||
#ipw2100-fw
|
||||
#ipw2200-fw
|
||||
irssi
|
||||
iw
|
||||
iwd
|
||||
jfsutils
|
||||
kitty-terminfo
|
||||
less
|
||||
lftp
|
||||
libfido2
|
||||
libusb-compat
|
||||
linux
|
||||
linux-headers
|
||||
linux-atm
|
||||
linux-firmware
|
||||
linux-firmware-marvell
|
||||
livecd-sounds
|
||||
lsscsi
|
||||
lvm2
|
||||
lynx
|
||||
man-db
|
||||
man-pages
|
||||
mc
|
||||
mdadm
|
||||
memtest86+
|
||||
mkinitcpio
|
||||
mkinitcpio-archiso
|
||||
mkinitcpio-nfs-utils
|
||||
modemmanager
|
||||
mtools
|
||||
nano
|
||||
nbd
|
||||
ndisc6
|
||||
nfs-utils
|
||||
nilfs-utils
|
||||
nmap
|
||||
ntfs-3g
|
||||
nvme-cli
|
||||
open-iscsi
|
||||
openconnect
|
||||
openssh
|
||||
openvpn
|
||||
partclone
|
||||
parted
|
||||
partimage
|
||||
pcsclite
|
||||
ppp
|
||||
pptpclient
|
||||
pv
|
||||
python
|
||||
python-psutil
|
||||
python-systemd
|
||||
refind
|
||||
#reflector
|
||||
reiserfsprogs
|
||||
rp-pppoe
|
||||
rsync
|
||||
rxvt-unicode-terminfo
|
||||
screen
|
||||
sdparm
|
||||
sg3_utils
|
||||
smartmontools
|
||||
sof-firmware
|
||||
squashfs-tools
|
||||
sudo
|
||||
syslinux
|
||||
systemd-resolvconf
|
||||
tcpdump
|
||||
terminus-font
|
||||
testdisk
|
||||
tmux
|
||||
tpm2-tss
|
||||
udftools
|
||||
usb_modeswitch
|
||||
usbmuxd
|
||||
usbutils
|
||||
vim
|
||||
virtualbox-guest-utils-nox
|
||||
vpnc
|
||||
which
|
||||
wireless-regdb
|
||||
wireless_tools
|
||||
wpa_supplicant
|
||||
wvdial
|
||||
xfsprogs
|
||||
xl2tpd
|
||||
xorg-server
|
||||
xorg-twm
|
||||
xorg-xinit
|
||||
zsh
|
||||
archlinux-keyring
|
||||
openssl-1.1
|
||||
openssl
|
||||
gvfs
|
||||
gvfs-mtp
|
||||
networkmanager
|
||||
android-file-transfer
|
||||
|
||||
#Desktop
|
||||
pipewire
|
||||
pipewire-pulse
|
||||
wl-clipboard
|
||||
waybar
|
||||
swaylock
|
||||
wireplumber
|
||||
swaybg
|
||||
swayidle
|
||||
mako
|
||||
grim
|
||||
ttf-roboto
|
||||
ttf-roboto-mono
|
||||
ttf-roboto-mono-nerd
|
||||
lxqt-policykit
|
||||
alacritty
|
||||
kalk
|
||||
rhythmbox
|
||||
swaykbdd
|
||||
|
||||
#apps
|
||||
nemo
|
||||
engrampa
|
||||
unrar
|
||||
unzip
|
||||
xed
|
||||
|
||||
#systemutils
|
||||
btop
|
||||
xdg-user-dirs
|
||||
packagekit-qt5
|
||||
neofetch-git
|
||||
ttf-dejavu
|
||||
firefox
|
||||
sddm
|
||||
|
||||
#parchlinuxstuff
|
||||
calamares
|
||||
calamares-parch
|
||||
os-prober
|
||||
paru
|
||||
parch-emoji-ios
|
||||
parch-branding
|
||||
parch-pacman
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="Parchlinux"
|
||||
iso_label="PARCH_$(date +%Y%m)"
|
||||
iso_name="Parchlinux Sway"
|
||||
iso_label="PARCH_LINUX_SWAY$(date +%Y%m)"
|
||||
iso_publisher="Parch Linux <https://parchlinux.ir>"
|
||||
iso_application="Parch Linux Live/Rescue CD"
|
||||
iso_version="$(date +%Y.%m.%d)"
|
||||
|
|
Loading…
Add table
Reference in a new issue