This is the issue tracker for the port of Nethserver 7 to armhfp and aarch64.
Join our discussion on the nethserver community
Contribute and proposed workflow
If you like to contribute you can adopt one or more modules and give them a good shake / tests:
- Does it install without errors. (logs, and journalctl -f while installing can be your friends here)
- Does it function as expected.
- How does it behave (memory usage, cpu usage) also over a period of days.
Flashable images
Images can be downloaded from the Assets at the release tab
The image can be flashed with ecther - or - on linux:
xzcat Nethserver-7.8.2009-Final-RaspberryPi-img.raw.xz | sudo dd of=$/path/to/sd/card bs=4M status=progress && sudo sync
See instructions in UBOOT.md for uboot-based boards.
Note
The images are never booted-up and start at first boot with a “signal-event system-init”, this can take over 5 minutes. (largely depending on the speed of the SD card).
If you are curious what is happening during nethserver-init you may want to connect a (serial)monitor and follow the proses with journalctl -f
After the initialization on first-boot you can finalize your installation in one of the web-based management-interfaces at:
https://<your_ip>:9090
Before installing additional software packages you need to expand the root_fs partition. To use the hole SD-card simply run rootfs-expand
on the command prompt.
Login: root
Password: Nethesis,1234
Happy to hear form you!