Files
config-files/l3-routing-modules-config/debian/deb_folder/postinst
Andre Kantek c14b1762d9 Adding L3 routing protocol modules loading config file
To support virtual routers the kernel needs a collection of modules
that provide advanced L3 capabilities

This change creates the new l3-routing-modules-config package to have
the list in /etc/modules-load.d/ and available on a fresh install

Test Plan:
[PASS] do a fresh install and verify modules availability in the
       kernel with lsmod

Story: 2011455
Task: 52407

Change-Id: Ia0fc953602b4495b1bb004f990814907084e761c
Signed-off-by: Andre Kantek <andrefernandozanella.kantek@windriver.com>
2025-06-25 14:30:28 -03:00

9 lines
158 B
Bash

#!/bin/sh
set -e
cp -f /usr/share/starlingx/l3-routing-modules.conf /etc/modules-load.d/
chmod 600 /etc/modules-load.d/l3-routing-modules.conf
#DEBHELPER#