diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:22 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:22 +0200 |
| commit | a7e62470dcdcd93501d9f54a96ca45d267ad1fe5 (patch) | |
| tree | a0b23f27867323956e9383a0eb04aafce9e3d4d0 /scripts/casper-bottom/33disable_binary_drivers | |
| parent | 4a0b1ba4d428c623d14bae7f0db85c80abb0da0a (diff) | |
| download | live-boot-a7e62470dcdcd93501d9f54a96ca45d267ad1fe5.tar.gz live-boot-a7e62470dcdcd93501d9f54a96ca45d267ad1fe5.zip | |
Adding casper 1.61+debian-1.
Diffstat (limited to 'scripts/casper-bottom/33disable_binary_drivers')
| -rwxr-xr-x | scripts/casper-bottom/33disable_binary_drivers | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/casper-bottom/33disable_binary_drivers b/scripts/casper-bottom/33disable_binary_drivers index 4e4fec3..52bcbf4 100755 --- a/scripts/casper-bottom/33disable_binary_drivers +++ b/scripts/casper-bottom/33disable_binary_drivers @@ -20,6 +20,4 @@ esac log_begin_msg "$DESCRIPTION" -if [ -e /root/etc/default/linux-restricted-modules-common ]; then - echo 'DISABLED_MODULES="fglrx nv"' >> /root/etc/default/linux-restricted-modules-common -fi +echo 'DISABLED_MODULES="fglrx nv"' >> /root/etc/default/linux-restricted-modules-common |
