Some adds:

- realtek Phy list module
  - console agetty
This commit is contained in:
2025-09-09 22:01:30 +02:00
parent fe8c48a862
commit 815f695ad3
3 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ stage1:virtio_blk:none # Virtio block (VMs, cloud)
stage1:e1000:linux-firmware-intel # Intel E1000 (very common)
stage1:e1000e:linux-firmware-intel # Intel E1000E (very common)
stage1:r8169:linux-firmware-realtek # Realtek (most common desktop/server)
stage1:realtek:linux-firmware-realtek # Realtek (most common desktop/server)
stage1:igb:linux-firmware-intel # Intel Gigabit (servers)
stage1:ixgbe:linux-firmware-intel # Intel 10GbE (servers)
stage1:i40e:linux-firmware-intel # Intel 40GbE (modern servers)

View File

@@ -0,0 +1,2 @@
exec: /sbin/agetty --noclear -a root tty1 linux
restart: always