GitXplorerGitXplorer
L

ArchSetup

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
de7e1598d15670c6f6ab7b6ca8ebefbd63aed22a

Update README.md

LLink512 committed 10 days ago
Verified
769027af17b2c0594181710197d2cbd9ed45fe15

remove pkg

LLink512 committed 10 months ago
Verified
3d13e7d6e096374eda054a2fce59d0974a0e8db5

fix order of deps

LLink512 committed 10 months ago
Verified
d810ae0061277d5a1fc204131edfc0e13fa4d7ba

remove microcode from bootloader

LLink512 committed 10 months ago
Verified
44460facb363ff041973a4d1db06b67d799dcca4

tweaks

LLink512 committed 3 years ago
Verified
aec474b96940e63d8a6f7bede30f6f5ff8090379

add git-delta

LLink512 committed 3 years ago

README

The README file for this repository.

Arch setup scripts

  1. boot arch usb
  2. curl -o setup.sh https://raw.githubusercontent.com/Link512/ArchSetup/master/setup-install.sh
  3. chmod 755 setup.sh
  4. ./setup.sh and provide the proper input (disk to partition, cpu type)
  5. reboot
  6. login into root
  7. cd /root/setup
  8. ./setup-root.sh and provide required input (video card etc)
  9. logout
  10. login as new user
  11. cd ${HOME}/setup
  12. chmod 755 usr.sh
  13. ./usr.sh
  14. reboot
  15. ????
  16. profit!!