summaryrefslogtreecommitdiff
path: root/write-and-config.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-08-13docs(tutorial.md): tidy up and make things smoother for userLars Wirzenius1-1/+1
We now tell user to run write-and-config.sh using bash, to avoid having to tell user to make the scripts executable. Fix the command to "eject" (power down) installer drive. Fix sample target spec by adding hostname. Also, show how install an SSH key to root's authorized_keys. Show how to pre-configure installer for wifi.a Link to target spec spec from installer. Sponsored-by: author
2023-07-22feat(write-and-config.sh): require user to specify path to imageLars Wirzenius1-2/+3
Sponsored-by: author
2023-07-13fix: progress messageLars Wirzenius1-1/+1
Sponsored-by: author
2023-05-03fix(write-and-config.sh): sync changes to disk before fsckLars Wirzenius1-0/+1
I don't understand why this is needed, but with one of my USB drives the script consistently fails without the sync. Sponsored-by: author
2022-09-10feat: write-and-config.sh checks that given device is a block deviceLars Wirzenius1-0/+5
Sponsored-by: author
2022-08-07feat: helper script to write out image and configure itLars Wirzenius1-0/+21
Sponsored-by: author