diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 17:12:05 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 17:12:05 +0100 |
commit | e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33 (patch) | |
tree | 96726a3dc0a7ca07706d50ff145214614ca6f32b /test/microdia/post-install | |
parent | 9c79ac28a65d17c1c2535f793419dee816195809 (diff) | |
download | nutyx-pakxe-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.gz nutyx-pakxe-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.bz2 nutyx-pakxe-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.tar.xz nutyx-pakxe-e08f07df3a4a25b3fa69f44bd7fdbd695d1deb33.zip |
microdia dans test
Diffstat (limited to 'test/microdia/post-install')
-rw-r--r-- | test/microdia/post-install | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |