summaryrefslogtreecommitdiff
path: root/setup-lbu.in
AgeCommit message (Collapse)Author
2022-05-07setup-lbu: don't add APKOVL to fstab as read-onlyNatanael Copa
apk cache needs a writable, mounted partition to work. Adjust fstab accordingly.
2022-05-06setup-lbu: suggest LABEL=APKOVL and refactorNatanael Copa
Look fir a partition with the label APKOVL and prefer to use that if found.
2022-05-05setup-lbu: don't suggest any iso9660 for config storageNatanael Copa
2022-03-16fix PREFIX in *.inNick Hanley
Commit ec0c7a7 changed the sed expression for PREFIX injection but forgot to update the scripts.
2021-01-08setup-lbu: use ask for consistencyNatanael Copa
2016-11-02indent heredocs and replace echos with heredoc where appropriateJakub Jirutka
2016-11-02fix mixed tabs & spaces and surplus empty lines at EOFJakub Jirutka
2014-04-23setup-lbu: improve $ROOT supportNatanael Copa
2014-04-23fix permissionsNatanael Copa
2011-10-26setup-lbu: fix promptNatanael Copa
- encapsulate the alternatives in '' - strip whitespacee from alternatives and separate with , - fix prompt
2011-08-19setup-lbu: use UUID when UUID was used as alpine_devNatanael Copa
2011-08-19setup-lbu: filter out codepage mount option from fstabNatanael Copa
If the codepage option is there mount will fail.
2011-08-19setup-lbu: new appNatanael Copa
This is to replace setup-apklbu in the long run.