Switch to SysVinit init system

- Changed init system from systemd to sysvinit as requested
- Updated package list: live-config-sysvinit, sysvinit
- Kept debian-keyring and debian-archive-keyring for proper verification
- Removed problematic devuan-keyring hook to avoid bootstrap conflicts
- Updated README to reflect sysvinit usage
- Maintained all other functionality (SSH, OpenVPN, auto-start, etc.)
parent 77ad2eb2
......@@ -7,7 +7,7 @@ This project creates a custom Debian live ISO with the following features:
- Auto-start of MbetterClient application on boot
- Minimal Debian installer asking only for network configuration
- Custom MBetter logos (converted from mbet.jpg)
- Systemd init system
- SysVinit init system (not systemd)
- Full keyring support (debian-keyring, debian-archive-keyring)
## Prerequisites
......
......@@ -46,7 +46,7 @@ LB_INITRAMFS="live-boot"
LB_INITRAMFS_COMPRESSION="gzip"
# Set init system
LB_INITSYSTEM="systemd"
LB_INITSYSTEM="sysvinit"
# Set distribution mode
LB_MODE="debian"
......
live-boot
live-config
live-config-systemd
systemd-sysv
live-config-sysvinit
sysvinit
openssh-server
openvpn
xserver-xorg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment