https://github.com/nanvenomous/installarch
A script to automate much of the arch install
https://github.com/nanvenomous/installarch
Last synced: 6 months ago
JSON representation
A script to automate much of the arch install
- Host: GitHub
- URL: https://github.com/nanvenomous/installarch
- Owner: nanvenomous
- Created: 2020-03-16T03:45:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T00:14:06.000Z (about 1 year ago)
- Last Synced: 2025-04-12T23:09:06.086Z (6 months ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Arch Linux Installation Instructions
customizable Step-by-step instructions to install arch linux
* command completion
```
. ./completions/ext_ins
. ./completions/int_ins
```* commands to run from live usb before entering arch system
```
./ext_insCommands:
checkEFI
checkInternet
setWifi
reset
setClock
Default: Denver
partitionDisk
defaults[GB]: 1 boot, 20 root, 12 swap, rest of filesystem home
format
example: for partition /dev/sda1, partitionIdentifier=sda
example: for partition /dev/nvme0n1p1 partitionIdentifier=nvme0n1p
mounting
example: for partition /dev/sda1, partitionIdentifier=sda
example: for partition /dev/nvme0n1p1 partitionIdentifier=nvme0n1p
update
install
tab
enterSys
prepareReboot
```* commands to run on newly installed system
```
./int_insCommands:
install
npmInstall
sysSetup
defaults: ichiraku, Denver
createUser
grubSetup
bootOrder
setupGit
checkoutGit
configureGit
```Note: run the commands in sequence