Things for final

- bump kernel-version
- add virtio_pci to modules-essential.list
- WIP little script to start vm with vmlinuz.efi to test in CH
This commit is contained in:
2025-08-22 16:48:59 +02:00
parent 948a10a3ce
commit 610963984f
4 changed files with 600 additions and 2 deletions

View File

@@ -1 +1 @@
6.12.41
6.12.42

View File

@@ -31,6 +31,7 @@ alx
virtio_net
virtio_scsi
virtio_blk
virtio_pci
# Tunnel and container support
tun
@@ -38,4 +39,4 @@ overlay
# Storage subsystem (essential only)
scsi_mod
sd_mod
sd_mod

View File

@@ -0,0 +1,2 @@
exec: /sbin/getty -L 115200 ttyS0 vt100
restart: always