Jan De Landtsheer
8c3868b242
ix init script duplication and CPIO creation issues
- Remove duplicate /sbin/init copying from initramfs_setup_zinit()
- Only /init should be config/init (initramfs setup script)
- No /sbin/init needed - config/init calls 'switch_root /mnt/root /sbin/zinit init'
- Remove unsupported cpio --owner option that broke CPIO creation
- Fix validation to not expect /sbin/init file
- Correct boot flow: /init → switch_root → /sbin/zinit init
- Remove strip and UPX compression from zinit binary copying
- UPX compression was corrupting the zinit binary causing segfaults after switch_root
- Keep zinit unmodified as it's
2025-09-05 11:43:25 +02:00
..
2025-09-05 11:43:25 +02:00
2025-09-03 14:06:44 +02:00
2025-09-03 20:18:21 +02:00
2025-09-05 11:43:25 +02:00
2025-09-05 11:43:25 +02:00
2025-09-05 11:43:25 +02:00
2025-09-05 11:43:25 +02:00
2025-08-31 12:31:49 +02:00