An open API service indexing awesome lists of open source software.

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

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_ins

Commands:
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_ins

Commands:
install
npmInstall
sysSetup
defaults: ichiraku, Denver
createUser
grubSetup
bootOrder
setupGit
checkoutGit
configureGit
```

Note: run the commands in sequence