aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/freebox-delta/second_stage_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/freebox-delta/second_stage_install.sh')
-rw-r--r--platforms/freebox-delta/second_stage_install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/platforms/freebox-delta/second_stage_install.sh b/platforms/freebox-delta/second_stage_install.sh
index 00ca822..bc06649 100644
--- a/platforms/freebox-delta/second_stage_install.sh
+++ b/platforms/freebox-delta/second_stage_install.sh
@@ -29,10 +29,10 @@ export ARCH=arm64
# #Set the list space separated of added modules and omitted modules :
# DRIVER_ADD_LIST="sunxi-mmc mmcblk"
# DRIVER_OMI_LIST="drm"
-# #Create a configuration file inside the FS, it will be used by dracut for all kernel update
-# mkdir -p /etc/dracut.conf.d/
-# echo -e "# Omiting drm as it failed for arm :\nomit_dracutmodules+=\" ${DRIVER_OMI_LIST} \"" >> /etc/dracut.conf.d/30-bananapro.conf
-# echo -e "\n\n# Driver to add :\nadd_drivers+=\" ${DRIVER_ADD_LIST} \"\n" > /etc/dracut.conf.d/30-bananapro.conf
+MODULE_ADD_LIST=" fs-lib"
+#Create a configuration file inside the FS, it will be used by dracut for all kernel update
+mkdir -p /etc/dracut.conf.d/
+echo -e "# Module to add :\nadd_dracutmodules+=\" ${MODULE_ADD_LIST} \"\n" > /etc/dracut.conf.d/30-kvm.conf
#Install all packages you need