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: ...@@ -7,7 +7,7 @@ This project creates a custom Debian live ISO with the following features:
- Auto-start of MbetterClient application on boot - Auto-start of MbetterClient application on boot
- Minimal Debian installer asking only for network configuration - Minimal Debian installer asking only for network configuration
- Custom MBetter logos (converted from mbet.jpg) - Custom MBetter logos (converted from mbet.jpg)
- Systemd init system - SysVinit init system (not systemd)
- Full keyring support (debian-keyring, debian-archive-keyring) - Full keyring support (debian-keyring, debian-archive-keyring)
## Prerequisites ## Prerequisites
......
...@@ -46,7 +46,7 @@ LB_INITRAMFS="live-boot" ...@@ -46,7 +46,7 @@ LB_INITRAMFS="live-boot"
LB_INITRAMFS_COMPRESSION="gzip" LB_INITRAMFS_COMPRESSION="gzip"
# Set init system # Set init system
LB_INITSYSTEM="systemd" LB_INITSYSTEM="sysvinit"
# Set distribution mode # Set distribution mode
LB_MODE="debian" LB_MODE="debian"
......
live-boot live-boot
live-config live-config
live-config-systemd live-config-sysvinit
systemd-sysv sysvinit
openssh-server openssh-server
openvpn openvpn
xserver-xorg 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