summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-08-07Merge branch 'release' into 'main'v0.2showLars Wirzenius3-65/+32
prepare release See merge request larswirzenius/v-i!35
2022-08-07chore: update NEWS.md for releaseLars Wirzenius1-2/+32
Sponsored-by: author
2022-08-07chore: drop obsolete set-authorized-key, set-user-ca-pubkey scriptsLars Wirzenius2-63/+0
Sponsored-by: author
2022-08-07Merge branch 'fixes' into 'main'Lars Wirzenius2-1/+27
fix: allow ed25519 for certificates, otherwise certs don't work See merge request larswirzenius/v-i!34
2022-08-07feat: helper script to write out image and configure itLars Wirzenius1-0/+21
Sponsored-by: author
2022-08-07fix: allow ed25519 for certificates, otherwise certs don't workLars Wirzenius1-1/+6
Sponsored-by: author
2022-08-07Merge branch 'ping' into 'main'Lars Wirzenius1-0/+12
fix: make ping work See merge request larswirzenius/v-i!33
2022-08-07fix: make ping workLars Wirzenius1-0/+12
When ping is initially installed, it doesn't get the capabilities it needs to do its thing. Re-install it so it works. Sponsored-by: author
2022-08-07Merge branch 'version-file' into 'main'Lars Wirzenius1-0/+6
feat: store the revision of the v-i repo in /etc/v-i-version See merge request larswirzenius/v-i!32
2022-08-07feat: store the revision of the v-i repo in /etc/v-i-versionLars Wirzenius1-0/+6
This will help users find out what version of the image they have. Sponsored-by: author
2022-08-06Merge branch 'image-boot-speed' into 'main'Lars Wirzenius1-0/+20
perf: make installer image boot faster by using system-networkd See merge request larswirzenius/v-i!31
2022-08-06perf: make installer image boot faster by using system-networkdLars Wirzenius1-0/+20
For some reason, ifupdown was taking over half a minute longer to boot. Sponsored-by: author
2022-07-27Merge branch 'tutorial' into 'main'Lars Wirzenius1-39/+21
docs: simplify tutorial See merge request larswirzenius/v-i!30
2022-07-27docs: simplify tutorialLars Wirzenius1-39/+21
Sponsored-by: author
2022-07-27Merge branch 'liw/set-script' into 'main'Lars Wirzenius1-0/+159
feat: add configure-installer script; support for host certificate See merge request larswirzenius/v-i!29
2022-07-27feat: add configure-installer script; support for host certificateLars Wirzenius1-0/+159
Sponsored-by: author
2022-06-26Merge branch 'x' into 'main'Lars Wirzenius1-0/+12
disable systemd journal persistence on installer image See merge request larswirzenius/v-i!28
2022-06-26disable systemd journal persistence on installer imageLars Wirzenius1-0/+12
for boot speed Sponsored-by: author
2022-06-22Merge branch 'liw/fix-virtual' into 'main'Lars Wirzenius1-1/+0
fix: drop early virtual file system mount See merge request larswirzenius/v-i!27
2022-06-22fix: drop early virtual file system mountLars Wirzenius1-1/+0
Got added at some point to fix some problem. Doesn't seem to be needed anymore. Sponsored-by: author
2022-06-22Merge branch 'debug' into 'main'Lars Wirzenius1-6/+6
Revert "fix: don't mount anything on root before debootstrap is run" See merge request larswirzenius/v-i!26
2022-06-22Merge branch 'main' into 'debug'Lars Wirzenius1-0/+1
# Conflicts: # v-i
2022-06-22Revert "fix: don't mount anything on root before debootstrap is run"Lars Wirzenius1-8/+7
This reverts commit be31f03edaccc91e2e12086178cd2442c6dfb2d4. That change broke the image: file system damage.
2022-06-21Merge branch 'liw/fixes-rebase' into 'main'Lars Wirzenius1-6/+8
doc: add comment about what step does See merge request larswirzenius/v-i!25
2022-06-21fix: don't mount anything on root before debootstrap is runLars Wirzenius1-7/+8
Sponsored-by: author
2022-06-21fixLars Wirzenius1-1/+1
2022-06-21doc: add comment about what step doesLars Wirzenius1-0/+1
Sponsored-by: author
2022-06-21refactor: mount root earlierLars Wirzenius1-2/+2
Sponsored-by: author
2022-06-13Merge branch 'docs' into 'main'Lars Wirzenius1-41/+57
docs: improve README to be clearer about the installed system See merge request larswirzenius/v-i!24
2022-06-13docs: improve README to be clearer about the installed systemLars Wirzenius1-41/+57
Sponsored-by: author
2022-04-17Merge branch 'liw/hostca' into 'main'Lars Wirzenius1-1/+26
feat: install SSH host key and certificate, if requested See merge request larswirzenius/v-i!23
2022-04-17feat: install SSH host key and certificate, if requestedLars Wirzenius1-1/+26
Sponsored-by: author
2022-04-08Merge branch 'liw/userca' into 'main'Lars Wirzenius4-0/+51
support an SSH CA for users See merge request larswirzenius/v-i!22
2022-04-08docs: document user_ca_pubkeyLars Wirzenius2-0/+4
Sponsored-by: author
2022-04-08feat: if desired, configure host's sshd to accept a CA for usersLars Wirzenius1-0/+15
Sponsored-by: author
2022-04-08feat: add script to configure ssh on installer accept an SSH CALars Wirzenius1-0/+32
Sponsored-by: author
2022-03-11Merge branch 'drop-tarball' into 'main'Lars Wirzenius1-5/+0
fix: drop the rootfs.tar.gz tarball from the installer image See merge request larswirzenius/v-i!21
2022-03-11fix: drop the rootfs.tar.gz tarball from the installer imageLars Wirzenius1-5/+0
It's only useful for rebuilding the installer image. v-i itself can't use it as its contents are not what v-i would cache. Sponsored-by: author
2022-03-06Merge branch 'version' into 'main'v0.1Lars Wirzenius1-0/+6
docs: install NEWS.md and tutorial.md into the installer image See merge request larswirzenius/v-i!20
2022-03-06docs: install NEWS.md and tutorial.md into the installer imageLars Wirzenius1-0/+6
Sponsored-by: author
2022-03-06Merge branch 'release' into 'main'Lars Wirzenius1-0/+10
docs: add NEWS.md See merge request larswirzenius/v-i!19
2022-03-06docs: add NEWS.mdLars Wirzenius1-0/+10
Sponsored-by: author
2022-03-06Merge branch 'tutorial' into 'main'Lars Wirzenius2-24/+149
docs: add a tutorial See merge request larswirzenius/v-i!18
2022-03-06docs: tidy up READMELars Wirzenius1-24/+34
Sponsored-by: author
2022-03-06docs: add a tutorialLars Wirzenius1-0/+115
Sponsored-by: author
2022-03-06Merge branch 'set-authz-keys-script' into 'main'Lars Wirzenius1-0/+31
feat: add script to install SSH authorized_keys file See merge request larswirzenius/v-i!17
2022-03-06feat: add script to install SSH authorized_keys fileLars Wirzenius1-0/+31
Sponsored-by: author
2022-03-05Merge branch 'authz-keys-script' into 'main'Lars Wirzenius4-0/+33
feat: get root's authorized_keys file at boot up See merge request larswirzenius/v-i!16
2022-03-05feat: get root's authorized_keys file at boot upLars Wirzenius4-0/+33
Sponsored-by: author
2022-02-19Merge branch 'fix' into 'main'Lars Wirzenius1-1/+2
small fixes See merge request larswirzenius/v-i!15