first commit
This commit is contained in:
parent
8497676e20
commit
1c196743f0
26 changed files with 37 additions and 840 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
work
|
||||||
|
out
|
|
@ -1,4 +1,4 @@
|
||||||
# ArcoLinuxIso Carli-9
|
# Arch Linux Calamares Installer or ALCI
|
||||||
|
|
||||||
Start building your own carli version with
|
Start building your own carli version with
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
carli
|
archiso
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
# mkinitcpio preset file for the 'linux' package on archiso
|
|
||||||
|
|
||||||
PRESETS=('default' 'fallback')
|
|
||||||
|
|
||||||
ALL_kver='/boot/vmlinuz-linux'
|
|
||||||
ALL_config='/etc/mkinitcpio.conf'
|
|
||||||
|
|
||||||
#default_config="/etc/mkinitcpio.conf"
|
|
||||||
default_image="/boot/initramfs-linux.img"
|
|
||||||
#default_options=""
|
|
||||||
|
|
||||||
#fallback_config="/etc/mkinitcpio.conf"
|
|
||||||
fallback_image="/boot/initramfs-linux-fallback.img"
|
|
||||||
fallback_options="-S autodetect"
|
|
|
@ -101,6 +101,6 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
[carli_repo]
|
[alci_repo]
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Optional TrustedOnly
|
||||||
Server = https://arcolinuxiso.github.io/$repo/$arch
|
Server = https://arcolinuxiso.github.io/$repo/$arch
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Autologin]
|
[Autologin]
|
||||||
Relogin=false
|
Relogin=false
|
||||||
User=liveuser
|
User=liveuser
|
||||||
Session=plasma
|
Session=i3
|
||||||
|
|
||||||
[Theme]
|
[Theme]
|
||||||
Current=breeze
|
Current=breeze
|
||||||
|
|
|
@ -12,8 +12,7 @@ After=etc-pacman.d-gnupg.mount
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStart=/usr/bin/pacman-key --init
|
ExecStart=/usr/bin/pacman-key --init
|
||||||
ExecStart=/usr/bin/pacman-key --populate archlinux carli
|
ExecStart=/usr/bin/pacman-key --populate archlinux
|
||||||
ExecStart=/usr/bin/pacman-key --lsign-key 4030B8368D944C9C
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -30,8 +30,7 @@ systemctl set-default graphical.target
|
||||||
systemctl enable sddm.service
|
systemctl enable sddm.service
|
||||||
|
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman-key --populate archlinux carli
|
pacman-key --populate archlinux
|
||||||
pacman-key --lsign-key 7B01FA17CA801345
|
|
||||||
|
|
||||||
groupscarli="adm,audio,disk,floppy,log,network,optical,rfkill,storage,video,wheel,sys"
|
groupscarli="adm,audio,disk,floppy,log,network,optical,rfkill,storage,video,wheel,sys"
|
||||||
useradd -m -g users -G $groupscarli -s /bin/bash liveuser
|
useradd -m -g users -G $groupscarli -s /bin/bash liveuser
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
title Carli Linux install medium (x86_64, UEFI)
|
title Arch Linux install medium (x86_64, UEFI)
|
||||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
#set -e
|
|
||||||
##################################################################################################################
|
|
||||||
# Author : Erik Dubois
|
|
||||||
# Website : https://www.erikdubois.be
|
|
||||||
# Website : https://www.arcolinux.info
|
|
||||||
# Website : https://www.arcolinux.com
|
|
||||||
# Website : https://www.arcolinuxd.com
|
|
||||||
# Website : https://www.arcolinuxforum.com
|
|
||||||
##################################################################################################################
|
|
||||||
#
|
|
||||||
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
|
|
||||||
#
|
|
||||||
##################################################################################################################
|
|
||||||
|
|
||||||
echo "get the carli key in"
|
|
||||||
sudo pacman-key --recv-keys 7B01FA17CA801345 --keyserver hkp://ipv4.pool.sks-keyservers.net:11371
|
|
||||||
|
|
||||||
echo "Lsign the keys"
|
|
||||||
sudo pacman-key --lsign-key 7B01FA17CA801345
|
|
||||||
|
|
||||||
echo "################################################################"
|
|
||||||
echo "################### Done ######################"
|
|
||||||
echo "################################################################"
|
|
|
@ -1,123 +0,0 @@
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
alsa-utils
|
|
||||||
amd-ucode
|
|
||||||
arch-install-scripts
|
|
||||||
b43-fwcutter
|
|
||||||
base
|
|
||||||
bind-tools
|
|
||||||
brltty
|
|
||||||
broadcom-wl
|
|
||||||
btrfs-progs
|
|
||||||
clonezilla
|
|
||||||
crda
|
|
||||||
darkhttpd
|
|
||||||
ddrescue
|
|
||||||
dhclient
|
|
||||||
dhcpcd
|
|
||||||
diffutils
|
|
||||||
dmraid
|
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
|
||||||
edk2-shell
|
|
||||||
efibootmgr
|
|
||||||
espeakup
|
|
||||||
ethtool
|
|
||||||
exfatprogs
|
|
||||||
f2fs-tools
|
|
||||||
fatresize
|
|
||||||
fsarchiver
|
|
||||||
gnu-netcat
|
|
||||||
gpart
|
|
||||||
gpm
|
|
||||||
gptfdisk
|
|
||||||
grml-zsh-config
|
|
||||||
haveged
|
|
||||||
hdparm
|
|
||||||
intel-ucode
|
|
||||||
ipw2100-fw
|
|
||||||
ipw2200-fw
|
|
||||||
irssi
|
|
||||||
iwd
|
|
||||||
jfsutils
|
|
||||||
kitty-terminfo
|
|
||||||
lftp
|
|
||||||
linux
|
|
||||||
linux-atm
|
|
||||||
linux-firmware
|
|
||||||
livecd-sounds
|
|
||||||
lsscsi
|
|
||||||
lvm2
|
|
||||||
lynx
|
|
||||||
man-db
|
|
||||||
man-pages
|
|
||||||
mc
|
|
||||||
mdadm
|
|
||||||
memtest86+
|
|
||||||
mkinitcpio
|
|
||||||
mkinitcpio-archiso
|
|
||||||
mkinitcpio-nfs-utils
|
|
||||||
mtools
|
|
||||||
nano
|
|
||||||
nbd
|
|
||||||
ndisc6
|
|
||||||
nfs-utils
|
|
||||||
nilfs-utils
|
|
||||||
nmap
|
|
||||||
ntfs-3g
|
|
||||||
nvme-cli
|
|
||||||
openconnect
|
|
||||||
openssh
|
|
||||||
openvpn
|
|
||||||
partclone
|
|
||||||
parted
|
|
||||||
partimage
|
|
||||||
ppp
|
|
||||||
pptpclient
|
|
||||||
reflector
|
|
||||||
reiserfsprogs
|
|
||||||
rp-pppoe
|
|
||||||
rsync
|
|
||||||
rxvt-unicode-terminfo
|
|
||||||
sdparm
|
|
||||||
sg3_utils
|
|
||||||
smartmontools
|
|
||||||
squashfs-tools
|
|
||||||
sudo
|
|
||||||
syslinux
|
|
||||||
systemd-resolvconf
|
|
||||||
tcpdump
|
|
||||||
terminus-font
|
|
||||||
termite-terminfo
|
|
||||||
testdisk
|
|
||||||
tmux
|
|
||||||
udftools
|
|
||||||
usb_modeswitch
|
|
||||||
usbutils
|
|
||||||
vim
|
|
||||||
vpnc
|
|
||||||
wireless-regdb
|
|
||||||
wireless_tools
|
|
||||||
wpa_supplicant
|
|
||||||
wvdial
|
|
||||||
xfsprogs
|
|
||||||
xl2tpd
|
|
||||||
zsh
|
|
||||||
|
|
||||||
#Carli
|
|
||||||
sddm
|
|
||||||
cinnamon
|
|
||||||
nemo-fileroller
|
|
||||||
gnome-terminal
|
|
||||||
bash-completion
|
|
||||||
|
|
||||||
#Calamares
|
|
||||||
calamares
|
|
||||||
carli-calamares-config
|
|
||||||
grub
|
|
||||||
|
|
||||||
#Software
|
|
||||||
git
|
|
||||||
base-devel
|
|
||||||
yay-bin
|
|
||||||
neofetch
|
|
|
@ -1,122 +0,0 @@
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
alsa-utils
|
|
||||||
amd-ucode
|
|
||||||
arch-install-scripts
|
|
||||||
b43-fwcutter
|
|
||||||
base
|
|
||||||
bind-tools
|
|
||||||
brltty
|
|
||||||
broadcom-wl
|
|
||||||
btrfs-progs
|
|
||||||
clonezilla
|
|
||||||
crda
|
|
||||||
darkhttpd
|
|
||||||
ddrescue
|
|
||||||
dhclient
|
|
||||||
dhcpcd
|
|
||||||
diffutils
|
|
||||||
dmraid
|
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
|
||||||
edk2-shell
|
|
||||||
efibootmgr
|
|
||||||
espeakup
|
|
||||||
ethtool
|
|
||||||
exfatprogs
|
|
||||||
f2fs-tools
|
|
||||||
fatresize
|
|
||||||
fsarchiver
|
|
||||||
gnu-netcat
|
|
||||||
gpart
|
|
||||||
gpm
|
|
||||||
gptfdisk
|
|
||||||
grml-zsh-config
|
|
||||||
haveged
|
|
||||||
hdparm
|
|
||||||
intel-ucode
|
|
||||||
ipw2100-fw
|
|
||||||
ipw2200-fw
|
|
||||||
irssi
|
|
||||||
iwd
|
|
||||||
jfsutils
|
|
||||||
kitty-terminfo
|
|
||||||
lftp
|
|
||||||
linux
|
|
||||||
linux-atm
|
|
||||||
linux-firmware
|
|
||||||
livecd-sounds
|
|
||||||
lsscsi
|
|
||||||
lvm2
|
|
||||||
lynx
|
|
||||||
man-db
|
|
||||||
man-pages
|
|
||||||
mc
|
|
||||||
mdadm
|
|
||||||
memtest86+
|
|
||||||
mkinitcpio
|
|
||||||
mkinitcpio-archiso
|
|
||||||
mkinitcpio-nfs-utils
|
|
||||||
mtools
|
|
||||||
nano
|
|
||||||
nbd
|
|
||||||
ndisc6
|
|
||||||
nfs-utils
|
|
||||||
nilfs-utils
|
|
||||||
nmap
|
|
||||||
ntfs-3g
|
|
||||||
nvme-cli
|
|
||||||
openconnect
|
|
||||||
openssh
|
|
||||||
openvpn
|
|
||||||
partclone
|
|
||||||
parted
|
|
||||||
partimage
|
|
||||||
ppp
|
|
||||||
pptpclient
|
|
||||||
reflector
|
|
||||||
reiserfsprogs
|
|
||||||
rp-pppoe
|
|
||||||
rsync
|
|
||||||
rxvt-unicode-terminfo
|
|
||||||
sdparm
|
|
||||||
sg3_utils
|
|
||||||
smartmontools
|
|
||||||
squashfs-tools
|
|
||||||
sudo
|
|
||||||
syslinux
|
|
||||||
systemd-resolvconf
|
|
||||||
tcpdump
|
|
||||||
terminus-font
|
|
||||||
termite-terminfo
|
|
||||||
testdisk
|
|
||||||
tmux
|
|
||||||
udftools
|
|
||||||
usb_modeswitch
|
|
||||||
usbutils
|
|
||||||
vim
|
|
||||||
vpnc
|
|
||||||
wireless-regdb
|
|
||||||
wireless_tools
|
|
||||||
wpa_supplicant
|
|
||||||
wvdial
|
|
||||||
xfsprogs
|
|
||||||
xl2tpd
|
|
||||||
zsh
|
|
||||||
|
|
||||||
#Carli
|
|
||||||
sddm
|
|
||||||
deepin
|
|
||||||
deepin-extra
|
|
||||||
bash-completion
|
|
||||||
|
|
||||||
#Calamares
|
|
||||||
calamares
|
|
||||||
carli-calamares-config
|
|
||||||
grub
|
|
||||||
|
|
||||||
#Software
|
|
||||||
git
|
|
||||||
base-devel
|
|
||||||
yay-bin
|
|
||||||
neofetch
|
|
|
@ -1,124 +0,0 @@
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
alsa-utils
|
|
||||||
amd-ucode
|
|
||||||
arch-install-scripts
|
|
||||||
b43-fwcutter
|
|
||||||
base
|
|
||||||
bind-tools
|
|
||||||
brltty
|
|
||||||
broadcom-wl
|
|
||||||
btrfs-progs
|
|
||||||
clonezilla
|
|
||||||
crda
|
|
||||||
darkhttpd
|
|
||||||
ddrescue
|
|
||||||
dhclient
|
|
||||||
dhcpcd
|
|
||||||
diffutils
|
|
||||||
dmraid
|
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
|
||||||
edk2-shell
|
|
||||||
efibootmgr
|
|
||||||
espeakup
|
|
||||||
ethtool
|
|
||||||
exfatprogs
|
|
||||||
f2fs-tools
|
|
||||||
fatresize
|
|
||||||
fsarchiver
|
|
||||||
gnu-netcat
|
|
||||||
gpart
|
|
||||||
gpm
|
|
||||||
gptfdisk
|
|
||||||
grml-zsh-config
|
|
||||||
haveged
|
|
||||||
hdparm
|
|
||||||
intel-ucode
|
|
||||||
ipw2100-fw
|
|
||||||
ipw2200-fw
|
|
||||||
irssi
|
|
||||||
iwd
|
|
||||||
jfsutils
|
|
||||||
kitty-terminfo
|
|
||||||
lftp
|
|
||||||
linux
|
|
||||||
linux-atm
|
|
||||||
linux-firmware
|
|
||||||
livecd-sounds
|
|
||||||
lsscsi
|
|
||||||
lvm2
|
|
||||||
lynx
|
|
||||||
man-db
|
|
||||||
man-pages
|
|
||||||
mc
|
|
||||||
mdadm
|
|
||||||
memtest86+
|
|
||||||
mkinitcpio
|
|
||||||
mkinitcpio-archiso
|
|
||||||
mkinitcpio-nfs-utils
|
|
||||||
mtools
|
|
||||||
nano
|
|
||||||
nbd
|
|
||||||
ndisc6
|
|
||||||
nfs-utils
|
|
||||||
nilfs-utils
|
|
||||||
nmap
|
|
||||||
ntfs-3g
|
|
||||||
nvme-cli
|
|
||||||
openconnect
|
|
||||||
openssh
|
|
||||||
openvpn
|
|
||||||
partclone
|
|
||||||
parted
|
|
||||||
partimage
|
|
||||||
ppp
|
|
||||||
pptpclient
|
|
||||||
reflector
|
|
||||||
reiserfsprogs
|
|
||||||
rp-pppoe
|
|
||||||
rsync
|
|
||||||
rxvt-unicode-terminfo
|
|
||||||
sdparm
|
|
||||||
sg3_utils
|
|
||||||
smartmontools
|
|
||||||
squashfs-tools
|
|
||||||
sudo
|
|
||||||
syslinux
|
|
||||||
systemd-resolvconf
|
|
||||||
tcpdump
|
|
||||||
terminus-font
|
|
||||||
termite-terminfo
|
|
||||||
testdisk
|
|
||||||
tmux
|
|
||||||
udftools
|
|
||||||
usb_modeswitch
|
|
||||||
usbutils
|
|
||||||
vim
|
|
||||||
vpnc
|
|
||||||
wireless-regdb
|
|
||||||
wireless_tools
|
|
||||||
wpa_supplicant
|
|
||||||
wvdial
|
|
||||||
xfsprogs
|
|
||||||
xl2tpd
|
|
||||||
zsh
|
|
||||||
|
|
||||||
#Carli
|
|
||||||
sddm
|
|
||||||
gnome
|
|
||||||
dconf-editor
|
|
||||||
gnome-tweaks
|
|
||||||
guake
|
|
||||||
bash-completion
|
|
||||||
|
|
||||||
#Calamares
|
|
||||||
calamares
|
|
||||||
carli-calamares-config
|
|
||||||
grub
|
|
||||||
|
|
||||||
#Software
|
|
||||||
git
|
|
||||||
base-devel
|
|
||||||
yay-bin
|
|
||||||
neofetch
|
|
|
@ -1,122 +0,0 @@
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
alsa-utils
|
|
||||||
amd-ucode
|
|
||||||
arch-install-scripts
|
|
||||||
b43-fwcutter
|
|
||||||
base
|
|
||||||
bind-tools
|
|
||||||
brltty
|
|
||||||
broadcom-wl
|
|
||||||
btrfs-progs
|
|
||||||
clonezilla
|
|
||||||
crda
|
|
||||||
darkhttpd
|
|
||||||
ddrescue
|
|
||||||
dhclient
|
|
||||||
dhcpcd
|
|
||||||
diffutils
|
|
||||||
dmraid
|
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
|
||||||
edk2-shell
|
|
||||||
efibootmgr
|
|
||||||
espeakup
|
|
||||||
ethtool
|
|
||||||
exfatprogs
|
|
||||||
f2fs-tools
|
|
||||||
fatresize
|
|
||||||
fsarchiver
|
|
||||||
gnu-netcat
|
|
||||||
gpart
|
|
||||||
gpm
|
|
||||||
gptfdisk
|
|
||||||
grml-zsh-config
|
|
||||||
haveged
|
|
||||||
hdparm
|
|
||||||
intel-ucode
|
|
||||||
ipw2100-fw
|
|
||||||
ipw2200-fw
|
|
||||||
irssi
|
|
||||||
iwd
|
|
||||||
jfsutils
|
|
||||||
kitty-terminfo
|
|
||||||
lftp
|
|
||||||
linux
|
|
||||||
linux-atm
|
|
||||||
linux-firmware
|
|
||||||
livecd-sounds
|
|
||||||
lsscsi
|
|
||||||
lvm2
|
|
||||||
lynx
|
|
||||||
man-db
|
|
||||||
man-pages
|
|
||||||
mc
|
|
||||||
mdadm
|
|
||||||
memtest86+
|
|
||||||
mkinitcpio
|
|
||||||
mkinitcpio-archiso
|
|
||||||
mkinitcpio-nfs-utils
|
|
||||||
mtools
|
|
||||||
nano
|
|
||||||
nbd
|
|
||||||
ndisc6
|
|
||||||
nfs-utils
|
|
||||||
nilfs-utils
|
|
||||||
nmap
|
|
||||||
ntfs-3g
|
|
||||||
nvme-cli
|
|
||||||
openconnect
|
|
||||||
openssh
|
|
||||||
openvpn
|
|
||||||
partclone
|
|
||||||
parted
|
|
||||||
partimage
|
|
||||||
ppp
|
|
||||||
pptpclient
|
|
||||||
reflector
|
|
||||||
reiserfsprogs
|
|
||||||
rp-pppoe
|
|
||||||
rsync
|
|
||||||
rxvt-unicode-terminfo
|
|
||||||
sdparm
|
|
||||||
sg3_utils
|
|
||||||
smartmontools
|
|
||||||
squashfs-tools
|
|
||||||
sudo
|
|
||||||
syslinux
|
|
||||||
systemd-resolvconf
|
|
||||||
tcpdump
|
|
||||||
terminus-font
|
|
||||||
termite-terminfo
|
|
||||||
testdisk
|
|
||||||
tmux
|
|
||||||
udftools
|
|
||||||
usb_modeswitch
|
|
||||||
usbutils
|
|
||||||
vim
|
|
||||||
vpnc
|
|
||||||
wireless-regdb
|
|
||||||
wireless_tools
|
|
||||||
wpa_supplicant
|
|
||||||
wvdial
|
|
||||||
xfsprogs
|
|
||||||
xl2tpd
|
|
||||||
zsh
|
|
||||||
|
|
||||||
#Carli
|
|
||||||
sddm
|
|
||||||
mate
|
|
||||||
mate-extra
|
|
||||||
bash-completion
|
|
||||||
|
|
||||||
#Calamares
|
|
||||||
calamares
|
|
||||||
carli-calamares-config
|
|
||||||
grub
|
|
||||||
|
|
||||||
#Software
|
|
||||||
git
|
|
||||||
base-devel
|
|
||||||
yay-bin
|
|
||||||
neofetch
|
|
|
@ -1,131 +0,0 @@
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
alsa-utils
|
|
||||||
amd-ucode
|
|
||||||
arch-install-scripts
|
|
||||||
b43-fwcutter
|
|
||||||
base
|
|
||||||
bind-tools
|
|
||||||
brltty
|
|
||||||
broadcom-wl
|
|
||||||
btrfs-progs
|
|
||||||
clonezilla
|
|
||||||
crda
|
|
||||||
darkhttpd
|
|
||||||
ddrescue
|
|
||||||
dhclient
|
|
||||||
dhcpcd
|
|
||||||
diffutils
|
|
||||||
dmraid
|
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
|
||||||
edk2-shell
|
|
||||||
efibootmgr
|
|
||||||
espeakup
|
|
||||||
ethtool
|
|
||||||
exfatprogs
|
|
||||||
f2fs-tools
|
|
||||||
fatresize
|
|
||||||
fsarchiver
|
|
||||||
gnu-netcat
|
|
||||||
gpart
|
|
||||||
gpm
|
|
||||||
gptfdisk
|
|
||||||
grml-zsh-config
|
|
||||||
haveged
|
|
||||||
hdparm
|
|
||||||
intel-ucode
|
|
||||||
ipw2100-fw
|
|
||||||
ipw2200-fw
|
|
||||||
irssi
|
|
||||||
iwd
|
|
||||||
jfsutils
|
|
||||||
kitty-terminfo
|
|
||||||
lftp
|
|
||||||
linux
|
|
||||||
linux-atm
|
|
||||||
linux-firmware
|
|
||||||
livecd-sounds
|
|
||||||
lsscsi
|
|
||||||
lvm2
|
|
||||||
lynx
|
|
||||||
man-db
|
|
||||||
man-pages
|
|
||||||
mc
|
|
||||||
mdadm
|
|
||||||
memtest86+
|
|
||||||
mkinitcpio
|
|
||||||
mkinitcpio-archiso
|
|
||||||
mkinitcpio-nfs-utils
|
|
||||||
mtools
|
|
||||||
nano
|
|
||||||
nbd
|
|
||||||
ndisc6
|
|
||||||
nfs-utils
|
|
||||||
nilfs-utils
|
|
||||||
nmap
|
|
||||||
ntfs-3g
|
|
||||||
nvme-cli
|
|
||||||
openconnect
|
|
||||||
openssh
|
|
||||||
openvpn
|
|
||||||
partclone
|
|
||||||
parted
|
|
||||||
partimage
|
|
||||||
ppp
|
|
||||||
pptpclient
|
|
||||||
reflector
|
|
||||||
reiserfsprogs
|
|
||||||
rp-pppoe
|
|
||||||
rsync
|
|
||||||
rxvt-unicode-terminfo
|
|
||||||
sdparm
|
|
||||||
sg3_utils
|
|
||||||
smartmontools
|
|
||||||
squashfs-tools
|
|
||||||
sudo
|
|
||||||
syslinux
|
|
||||||
systemd-resolvconf
|
|
||||||
tcpdump
|
|
||||||
terminus-font
|
|
||||||
termite-terminfo
|
|
||||||
testdisk
|
|
||||||
tmux
|
|
||||||
udftools
|
|
||||||
usb_modeswitch
|
|
||||||
usbutils
|
|
||||||
vim
|
|
||||||
vpnc
|
|
||||||
wireless-regdb
|
|
||||||
wireless_tools
|
|
||||||
wpa_supplicant
|
|
||||||
wvdial
|
|
||||||
xfsprogs
|
|
||||||
xl2tpd
|
|
||||||
zsh
|
|
||||||
|
|
||||||
#Carli
|
|
||||||
plasma-meta
|
|
||||||
#kde-applications-meta
|
|
||||||
packagekit-qt5
|
|
||||||
sddm
|
|
||||||
bash-completion
|
|
||||||
partitionmanager
|
|
||||||
|
|
||||||
#Calamares
|
|
||||||
calamares
|
|
||||||
carli-calamares-config
|
|
||||||
carli-system-installation
|
|
||||||
grub
|
|
||||||
|
|
||||||
#carli
|
|
||||||
carli-keyring
|
|
||||||
|
|
||||||
#Software
|
|
||||||
git
|
|
||||||
base-devel
|
|
||||||
yay-bin
|
|
||||||
neofetch
|
|
||||||
dolphin
|
|
||||||
konsole
|
|
||||||
kate
|
|
|
@ -1,126 +0,0 @@
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
alsa-utils
|
|
||||||
amd-ucode
|
|
||||||
arch-install-scripts
|
|
||||||
b43-fwcutter
|
|
||||||
base
|
|
||||||
bind-tools
|
|
||||||
brltty
|
|
||||||
broadcom-wl
|
|
||||||
btrfs-progs
|
|
||||||
clonezilla
|
|
||||||
crda
|
|
||||||
darkhttpd
|
|
||||||
ddrescue
|
|
||||||
dhclient
|
|
||||||
dhcpcd
|
|
||||||
diffutils
|
|
||||||
dmraid
|
|
||||||
dnsmasq
|
|
||||||
dosfstools
|
|
||||||
edk2-shell
|
|
||||||
efibootmgr
|
|
||||||
espeakup
|
|
||||||
ethtool
|
|
||||||
exfatprogs
|
|
||||||
f2fs-tools
|
|
||||||
fatresize
|
|
||||||
fsarchiver
|
|
||||||
gnu-netcat
|
|
||||||
gpart
|
|
||||||
gpm
|
|
||||||
gptfdisk
|
|
||||||
grml-zsh-config
|
|
||||||
haveged
|
|
||||||
hdparm
|
|
||||||
intel-ucode
|
|
||||||
ipw2100-fw
|
|
||||||
ipw2200-fw
|
|
||||||
irssi
|
|
||||||
iwd
|
|
||||||
jfsutils
|
|
||||||
kitty-terminfo
|
|
||||||
lftp
|
|
||||||
linux
|
|
||||||
linux-atm
|
|
||||||
linux-firmware
|
|
||||||
livecd-sounds
|
|
||||||
lsscsi
|
|
||||||
lvm2
|
|
||||||
lynx
|
|
||||||
man-db
|
|
||||||
man-pages
|
|
||||||
mc
|
|
||||||
mdadm
|
|
||||||
memtest86+
|
|
||||||
mkinitcpio
|
|
||||||
mkinitcpio-archiso
|
|
||||||
mkinitcpio-nfs-utils
|
|
||||||
mtools
|
|
||||||
nano
|
|
||||||
nbd
|
|
||||||
ndisc6
|
|
||||||
nfs-utils
|
|
||||||
nilfs-utils
|
|
||||||
nmap
|
|
||||||
ntfs-3g
|
|
||||||
nvme-cli
|
|
||||||
openconnect
|
|
||||||
openssh
|
|
||||||
openvpn
|
|
||||||
partclone
|
|
||||||
parted
|
|
||||||
partimage
|
|
||||||
ppp
|
|
||||||
pptpclient
|
|
||||||
reflector
|
|
||||||
reiserfsprogs
|
|
||||||
rp-pppoe
|
|
||||||
rsync
|
|
||||||
rxvt-unicode-terminfo
|
|
||||||
sdparm
|
|
||||||
sg3_utils
|
|
||||||
smartmontools
|
|
||||||
squashfs-tools
|
|
||||||
sudo
|
|
||||||
syslinux
|
|
||||||
systemd-resolvconf
|
|
||||||
tcpdump
|
|
||||||
terminus-font
|
|
||||||
termite-terminfo
|
|
||||||
testdisk
|
|
||||||
tmux
|
|
||||||
udftools
|
|
||||||
usb_modeswitch
|
|
||||||
usbutils
|
|
||||||
vim
|
|
||||||
vpnc
|
|
||||||
wireless-regdb
|
|
||||||
wireless_tools
|
|
||||||
wpa_supplicant
|
|
||||||
wvdial
|
|
||||||
xfsprogs
|
|
||||||
xl2tpd
|
|
||||||
zsh
|
|
||||||
|
|
||||||
#Carli
|
|
||||||
sddm
|
|
||||||
xfce4
|
|
||||||
xfce4-goodies
|
|
||||||
bash-completion
|
|
||||||
|
|
||||||
#Calamares
|
|
||||||
calamares
|
|
||||||
carli-calamares-config
|
|
||||||
carli-system-installation
|
|
||||||
grub
|
|
||||||
|
|
||||||
#carli
|
|
||||||
carli-keyring
|
|
||||||
|
|
||||||
#Software
|
|
||||||
git
|
|
||||||
base-devel
|
|
||||||
yay-bin
|
|
||||||
neofetch
|
|
|
@ -104,29 +104,12 @@ xfsprogs
|
||||||
xl2tpd
|
xl2tpd
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
#Carli
|
#ALCI
|
||||||
plasma-meta
|
|
||||||
#kde-applications-meta
|
|
||||||
packagekit-qt5
|
|
||||||
sddm
|
sddm
|
||||||
bash-completion
|
|
||||||
partitionmanager
|
#desktop
|
||||||
|
i3-gaps
|
||||||
|
|
||||||
#Calamares
|
#Calamares
|
||||||
calamares
|
calamares
|
||||||
carli-calamares-config
|
alci-calamares-config
|
||||||
carli-system-installation
|
|
||||||
grub
|
|
||||||
os-prober
|
|
||||||
|
|
||||||
#carli
|
|
||||||
carli-keyring
|
|
||||||
|
|
||||||
#Software
|
|
||||||
git
|
|
||||||
base-devel
|
|
||||||
yay-bin
|
|
||||||
neofetch
|
|
||||||
dolphin
|
|
||||||
konsole
|
|
||||||
kate
|
|
|
@ -101,6 +101,6 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
[carli_repo]
|
[alci_repo]
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Optional TrustedOnly
|
||||||
Server = https://arcolinuxiso.github.io/$repo/$arch
|
Server = https://arcolinuxiso.github.io/$repo/$arch
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
|
||||||
iso_name="carli"
|
iso_name="archlinux"
|
||||||
iso_label="carli_$(date +%Y%m)"
|
iso_label="ARCH_$(date +%Y%m)"
|
||||||
iso_publisher="Carli Linux <https://www.arcolinuxiso.com>"
|
iso_publisher="Arch Linux <https://www.archlinux.org>"
|
||||||
iso_application="Carli Linux Live/Rescue CD"
|
iso_application="Arch Linux Live/Rescue CD"
|
||||||
iso_version="$(date +%Y.%m.%d)"
|
iso_version="$(date +%Y.%m.%d)"
|
||||||
install_dir="arch"
|
install_dir="arch"
|
||||||
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
|
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
SERIAL 0 38400
|
SERIAL 0 38400
|
||||||
UI vesamenu.c32
|
UI vesamenu.c32
|
||||||
MENU TITLE Carli Linux
|
MENU TITLE Arch Linux
|
||||||
MENU BACKGROUND splash.png
|
MENU BACKGROUND splash.png
|
||||||
|
|
||||||
MENU WIDTH 78
|
MENU WIDTH 78
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
LABEL arch64_nbd
|
LABEL arch64_nbd
|
||||||
TEXT HELP
|
TEXT HELP
|
||||||
Boot the Carli Linux install medium using NBD.
|
Boot the Arch Linux install medium using NBD.
|
||||||
It allows you to install Carli Linux or perform system maintenance.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Carli Linux install medium (x86_64, NBD)
|
MENU LABEL Arch Linux install medium (x86_64, NBD)
|
||||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} checksum verify
|
||||||
|
@ -14,10 +14,10 @@ SYSAPPEND 3
|
||||||
|
|
||||||
LABEL arch64_nfs
|
LABEL arch64_nfs
|
||||||
TEXT HELP
|
TEXT HELP
|
||||||
Boot the Carli Linux live medium using NFS.
|
Boot the Arch Linux live medium using NFS.
|
||||||
It allows you to install Carli Linux or perform system maintenance.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Carli Linux install medium (x86_64, NFS)
|
MENU LABEL Arch Linux install medium (x86_64, NFS)
|
||||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
|
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt checksum verify
|
||||||
|
@ -25,10 +25,10 @@ SYSAPPEND 3
|
||||||
|
|
||||||
LABEL arch64_http
|
LABEL arch64_http
|
||||||
TEXT HELP
|
TEXT HELP
|
||||||
Boot the Carli Linux live medium using HTTP.
|
Boot the Arch Linux live medium using HTTP.
|
||||||
It allows you to install Carli Linux or perform system maintenance.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Carli Linux install medium (x86_64, HTTP)
|
MENU LABEL Arch Linux install medium (x86_64, HTTP)
|
||||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify
|
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ checksum verify
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
LABEL arch64
|
LABEL arch64
|
||||||
TEXT HELP
|
TEXT HELP
|
||||||
Boot the Carli Linux install medium on BIOS.
|
Boot the Arch Linux install medium on BIOS.
|
||||||
It allows you to install Carli Linux or perform system maintenance.
|
It allows you to install Arch Linux or perform system maintenance.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Carli Linux install medium (x86_64, BIOS)
|
MENU LABEL Arch Linux install medium (x86_64, BIOS)
|
||||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||||||
|
@ -14,10 +14,10 @@ APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
||||||
# Accessibility boot option
|
# Accessibility boot option
|
||||||
LABEL arch64speech
|
LABEL arch64speech
|
||||||
TEXT HELP
|
TEXT HELP
|
||||||
Boot the Carli Linux install medium on BIOS with speakup screen reader.
|
Boot the Arch Linux install medium on BIOS with speakup screen reader.
|
||||||
It allows you to install Carli Linux or perform system maintenance with speech feedback.
|
It allows you to install Arch Linux or perform system maintenance with speech feedback.
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Carli Linux install medium (x86_64, BIOS) with ^speech
|
MENU LABEL Arch Linux install medium (x86_64, BIOS) with ^speech
|
||||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 206 KiB After Width: | Height: | Size: 44 KiB |
Binary file not shown.
Loading…
Reference in a new issue