Peter Šurda PeterSurda
  • Joined on 2020-04-27
PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-02 13:22:48 +01:00
Try to replace dropbear by openssh-server using imagebuilder

Something weird is happening when trying to boot this. dmesg shows that the /tmp/overlay can't be mounted, and without the overlay the system doesn't work properly. I can login via console but…

PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-02 05:38:41 +01:00
Try to replace dropbear by openssh-server using imagebuilder

The PR looks promising, let me test it.

PeterSurda opened issue Sysdeploy/ipxe_scripts#16 2023-02-01 10:20:53 +01:00
EFI boot broken
PeterSurda commented on pull request Sysdeploy/openwrt#9 2023-02-01 01:53:08 +01:00
Try to replace dropbear by openssh-server using imagebuilder

Ok but a couple of issues.

  • It doesn't start by default. To start by default, it looks like you need to make these symlinks:
/etc/rc.d/S50sshd -> ../init.d/sshd
/etc/rc.d/K50sshd…
PeterSurda commented on issue Sysdeploy/openwrt#4 2023-01-28 04:03:53 +01:00
Add nginx and acme packages

Fixed in #11

PeterSurda closed issue Sysdeploy/openwrt#4 2023-01-28 04:03:53 +01:00
Add nginx and acme packages
PeterSurda merged pull request Sysdeploy/openwrt#12 2023-01-27 15:13:17 +01:00
Add ca-certificates
PeterSurda pushed to main at Sysdeploy/openwrt 2023-01-27 15:13:17 +01:00
b3092b5c33 Add ca-certificates
PeterSurda approved Sysdeploy/openwrt#12 2023-01-27 15:13:12 +01:00
Add ca-certificates
PeterSurda approved Sysdeploy/openwrt#12 2023-01-27 06:03:18 +01:00
Add ca-certificates

No need to test, just rebase.

PeterSurda opened issue Sysdeploy/openwrt#14 2023-01-27 05:46:25 +01:00
Multiple build images
PeterSurda opened issue Sysdeploy/openwrt#13 2023-01-27 05:43:46 +01:00
Artifact selection
PeterSurda pushed to main at Sysdeploy/openwrt 2023-01-27 05:38:13 +01:00
390133d345 Install packages for using LuCI with nginx and ACME
PeterSurda merged pull request Sysdeploy/openwrt#11 2023-01-27 05:38:12 +01:00
Install packages for using LuCI with nginx and ACME
PeterSurda merged pull request Sysdeploy/openwrt#8 2023-01-26 13:59:42 +01:00
Adding more packages
PeterSurda pushed to main at Sysdeploy/openwrt 2023-01-26 13:59:42 +01:00
4aaf2cd35e Double rootfs partition size, make manifest
765d5c372e https-dns-proxy for DoH with dnsmasq together with corresponding LuCI app
24ccd9dc42 Add some packages
Compare 3 commits »
PeterSurda approved Sysdeploy/openwrt#8 2023-01-26 13:59:33 +01:00
Adding more packages

Tested the 5 apps and they seem to work sufficiently.

PeterSurda opened issue Sysdeploy/openwrt#10 2023-01-26 13:58:28 +01:00
Add CA certs
PeterSurda commented on pull request Sysdeploy/openwrt#3 2023-01-26 13:43:47 +01:00
Adding files

The image has two filesystems: a vfat /boot, and a squashfs /rom. I also think there is an ext4 appended to the squashfs but that's not important for now, I think it's empty when the image is…