Skip to content

Commit 2c02970

Browse files
committed
added missing networks modules for C2S instances
thanks to @stoerchl for investigating and finding the solution.
1 parent 411d081 commit 2c02970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntukernel-load.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# kernel modules to add to the Scaleway initrd to allow Ubuntu kernel to mount
1010
# nbd devices. Path prefix is /lib/modules/<kernel version>
11-
REQUIRED_MODULES="net/virtio_net block/virtio_blk block/nbd"
11+
REQUIRED_MODULES="net/virtio_net block/virtio_blk block/nbd dca/dca i2c/algos/i2c-algo-bit pps/pps_core ptp/ptp net/ethernet/intel/igb/igb"
1212

1313
# current Scaleway IPXE boot script
1414
SCW_IPXE_SCRIPT="http://169.254.42.42/ipxe"

0 commit comments

Comments
 (0)