- 02 Feb, 2023 2 commits
-
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 27 Jan, 2023 2 commits
-
-
Jens Drenhaus authored
- Change loction in initramfs to /etc/ssl/certs/ - Use Lets Encrypt ISRC Root X1 Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 24 Jan, 2023 1 commit
-
-
Jens Drenhaus authored
This target builds an ISO including an initramfs including an auto-launch script running the 'stmgr provision hostconfig' command. There you can define the hostconfig settings via a GUI and then write it to efivarfs. While the stmgr sub command may have its purpose, the ISO does not. To have QEMU preset with certain efi variables to test host config auto-detection, see issue #186 . Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 20 Jan, 2023 2 commits
-
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
The boot-part target was called by the iso target. Its job was: - call the linux:kernel target to build the stboot image - create an iso including the stboot image - optionally include a host configuration Since host configuration will not be added to the partition but be part of the initramfs or some NVRAM, the boot-part target is finally obsolete. The creation of the iso is pulled into the iso target. Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 29 Nov, 2022 1 commit
-
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 27 Nov, 2022 4 commits
-
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 25 Nov, 2022 1 commit
-
-
Jens Drenhaus authored
This includes removing the host config related flag. The host config will be autodetected soon. As intermediate step, only include it in the initramfs. It is not planned to have the config inside the ISO, so removed that part, too. Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 22 Nov, 2022 2 commits
-
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 21 Nov, 2022 6 commits
-
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 25 Oct, 2022 1 commit
-
-
1.19.1 was picked because Debian bullseye-backports have that version. Keeping the ubuntu-18.04 on go1.17 to catch (some) breakage on 1.17.
-
- 24 Oct, 2022 6 commits
-
-
-
-
-
This unbreaks building with go versions higher than 1.15 or so. The `-uroot-source` command line argument is needed in modern u-root, see u-root/README.
-
Allows us to supply LDFLAGS into the go install command. This is practical to build binaries with embedded versions or other variables. Signed-off-by:
Morten Linderud <morten.linderud@mullvad.net>
- 21 Oct, 2022 3 commits
-
-
Signed-off-by:
Morten Linderud <morten.linderud@mullvad.net>
-
Signed-off-by:
Morten Linderud <morten.linderud@mullvad.net>
-
Issues like a missing `cpio` binary would go unnoticed in the pipeline. Lets make theme explicit. Signed-off-by:
Morten Linderud <morten.linderud@mullvad.net>
-
- 07 Jun, 2022 1 commit
-
-
Remove remaining references to caching in network mode, since it is not supported anymore. Signed-off-by:
Marcello Sylvester Bauer <sylv@sylv.io>
-
- 03 Jun, 2022 1 commit
-
-
Marcello Sylvester Bauer authored
Signed-off-by:
Marcello Sylvester Bauer <sylv@sylv.io>
-
- 12 May, 2022 2 commits
-
-
Signed-off-by:
Marcello Sylvester Bauer <sylv@sylv.io>
-
Checkout go repositories sequentially to prevent conflicts. This change should fix the `fetch` target. Signed-off-by:
Marcello Sylvester Bauer <sylv@sylv.io>
-
- 09 May, 2022 1 commit
-
-
Default gateway should not be expressed with CIDR notation. It is an IP address, see example configuration as well as stboot/opts/hostcfg.go#L70.
-
- 07 May, 2022 1 commit
-
-
Add target to fetch build dependencies. In this way it is possible to build installation targets without network access. Signed-off-by:
Marcello Sylvester Bauer <sylv@sylv.io>
-
- 11 Apr, 2022 2 commits
-
-
Jens Drenhaus authored
Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
Jens Drenhaus authored
Using stboot commit 4b208b7 introduces optimazations in parsing of host configuration, security configuration etc. Further the command line of stboot changed regarding logging. Signed-off-by:
Jens Drenhaus <jens.drenhaus@9elements.com>
-
- 30 Mar, 2022 1 commit
-
-
Marcello Sylvester Bauer authored
* Introduce ST_HOST_CONFIG_MODE * Prevent stboot argument conflict * Update README Signed-off-by:
Marcello Sylvester Bauer <sylv@sylv.io>
-