How will be NethServer 7?
I started some experiments with RPM builds, yesterday. I’d like to reach a v7-alpha1 release very quickly.
My goal for the alpha1 release is having the whole nethserver-iso RPM group available, that means
- Events & template system
- Server Manager
- Basic networking (with lokkit?)
- …
I’d like minimising code changes, to keep 7 almost equal to 6.6. However some things require an adjustment due to the underlying system changes. On CentOS 7
- upstart was replaced by systemd
- RPM conflicts on directories raise errors
So I’m thinking about reviewing .spec
files and applying some changes to nethserver-lib
, to support systemd.
Please comment!