https://github.com/machsix/archlinux-headless
https://github.com/machsix/archlinux-headless
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/machsix/archlinux-headless
- Owner: machsix
- Created: 2020-12-07T06:50:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T07:06:22.000Z (over 4 years ago)
- Last Synced: 2025-01-26T15:28:23.218Z (4 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# archlinux-headless
A script to modify the original Arch Linux ISO to enable sshd.service and password-less root login. This gives you a true headless experience
To burn the iso into flash drive, follow the instruction https://wiki.archlinux.org/index.php/USB_flash_installation_medium#Using_manual_formatting
**WARNING** Don't use `cat` or `dd` to directly write the iso into your flash drive as the El Torito boot parameters are not correctly handeled by the script. You can check https://gitlab.archlinux.org/archlinux/archiso/-/blob/master/archiso/mkarchiso to know how to do it correctly