https://github.com/ibra-kdbra/archiso_configs
Some configuration when building/installing base ARCH ISO
https://github.com/ibra-kdbra/archiso_configs
arch-linux configuration-files iso shell-scripts
Last synced: over 1 year ago
JSON representation
Some configuration when building/installing base ARCH ISO
- Host: GitHub
- URL: https://github.com/ibra-kdbra/archiso_configs
- Owner: ibra-kdbra
- Created: 2023-11-19T20:41:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T20:30:10.000Z (over 2 years ago)
- Last Synced: 2025-01-11T12:35:07.627Z (over 1 year ago)
- Topics: arch-linux, configuration-files, iso, shell-scripts
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# archiso_scripts
Scripts for installing a basic arch system from archiso
## Warning
This script is experimental and has been test only in virt-manager. Use at your own risk!
## Prerequisites
* One disk available without partitions.
## Instructions
* pacman -Sy git
* git clone
* cd archiso_scripts
* edit defaults.sh
* edit packages.txt
* ./01-pacstrap
> In chroot
* cd root
* ./02-chroot [-qi]
* exit
* ./unmount_partitions
* reboot
## Specs
### Partitions schemes
* Systemd-boot (uefi)
* / (ext4)
* /boot (fat32)
* Grub (uefi) crypted
* / (ext4)
* /boot (ext4)
* /boot/efi (fat32)
* Grub (uefi) not crypted
* / (ext4)
* /boot/efi (fat32)
* Grub (bios)
* / (ext4)
* /boot (ext4)
Notes:
* Grub (bios) will override preferences if system boot in bios mode
* Systemd-boot will override preferences if system has a 32-bit IA32 UEFI
### Accounts
* 1 user account with sudo privileges via
* /etc/sudoers.d/00_"${login}"
### Kernels
* linux
* linux-lts
### Network
* networkmanager
### Swap
* zram-generator
### Packages installed with pacstrap
* vim
* git
* fzf
* openssh
Note: The packages from packages.txt are installed in step 2
Back to update, now with ArchoLinux, plasma6.
Open to the new desktop environments.
Getaway to the configuration.[AUR](https://aur.archlinux.org/)