From e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 17:12:05 +0100 Subject: microdia dans test --- test/microdia/post-install | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/microdia/post-install (limited to 'test/microdia/post-install') diff --git a/test/microdia/post-install b/test/microdia/post-install new file mode 100644 index 000000000..81a8d1263 --- /dev/null +++ b/test/microdia/post-install @@ -0,0 +1,8 @@ +#!/bin/bash +# MAJ modules +depmod +# Ajout du module dans /etc/sysconfig/modules +if ! grep "sn9c20x" /etc/sysconfig/modules >/dev/null; then + sed -i '/End/ i sn9c20x' /etc/sysconfig/modules +fi + -- cgit v1.2.3-70-g09d2