You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
git clone https://github.com/Twilight4/alis-iso.git # Download alis-iso repositorycd alis-iso/
vim alis.conf # Edit configuration (network, intel drivers if you have and swap size)
./build-archlinux-with-alis.sh # Build the iso# # Plug in the flash drive
umount /dev/sdX # Check which device is the flash drive with fdisk -l or lsblk and Umount the flash drive
sudo ventoy -i -S -g /dev/sdX # Create installation media using ventoy
cp ~/Alis-Out/select.iso /run/media/$(whoami)/Ventoy/ # Copy the generated iso file to the installation media
Start the system with Arch Linux installation media
# # Eject the usb thumb drive
alis # Start installation using alis command
arch-chroot /mnt
bash <(curl -s https://raw.githubusercontent.com/Twilight4/arch-setup/main/install-tweaks.sh)# # Install security and performance tweaksexit
alis-reboot # Reboot using alis-reboot command