summaryrefslogtreecommitdiff
path: root/installer.vmdb
AgeCommit message (Collapse)AuthorFilesLines
2023-12-26feat: installer uses systemd-resolvedLars Wirzenius1-0/+1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author fix: domain-less DNS lookups Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
2023-07-08feat: upgrade installer image to bookwormLars Wirzenius1-1/+1
Sponsored-by: author
2023-05-27refactor: move get-authorized-keys to /binLars Wirzenius1-1/+1
Sponsored-by: author
2023-05-27feat: install v-i and std.yml in more standard locationsLars Wirzenius1-2/+2
Sponsored-by: author
2023-05-12feat: make installer kernel boot up quietlyLars Wirzenius1-0/+1
Sponsored-by: author
2023-05-03feat: install btrfs-progs on the installerLars Wirzenius1-0/+1
This opens up the possibility of creating btrfs file systems, if the user wants that. Sponsored-by: author
2022-03-06docs: install NEWS.md and tutorial.md into the installer imageLars Wirzenius1-0/+6
Sponsored-by: author
2022-03-05feat: get root's authorized_keys file at boot upLars Wirzenius1-0/+7
Sponsored-by: author
2022-02-19feat: install rsync on installerLars Wirzenius1-0/+1
Sponsored-by: author
2022-02-19fix: install v-i script as v-i, not viLars Wirzenius1-1/+1
Sponsored-by: author
2022-02-14feat: make /boot smallerLars Wirzenius1-2/+2
Sponsored-by: author
2022-02-02refactor: rename files to be clearerLars Wirzenius1-1/+1
Sponsored-by: author
2022-02-02fix: drop use of zerofree vmdb2 stepLars Wirzenius1-2/+0
It doesn't exist anymore. The functionality is now automatic. Sponsored-by: author
2022-01-10feat: replace options with a YAML specification fileLars Wirzenius1-16/+21
Files can be kept in git. Command line invocation are less convenient. Also: discard all the drives, allow extra LVs to be created, and refactor the code to be easier to follow. Sponsored-by: author
2022-01-07feat: make v-i script support my standard base installLars Wirzenius1-0/+72
Also, put as many packages as possible inside the cached portion, for speed. Sponsored-by: author