root/morphix/trunk/cloop/debian/cloop-module.config
| Revision 2, 267 bytes (checked in by nextime, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh -e |
| 2 | |
| 3 | # source debconf library |
| 4 | . /usr/share/debconf/confmodule |
| 5 | |
| 6 | # ask about device creation if needed |
| 7 | #if [ `ls /dev/ost/*` -lt 40 ] ; then |
| 8 | db_input high cloop/createdevs || true |
| 9 | #else |
| 10 | # db_set joystick/createdevs false || true |
| 11 | #fi |
| 12 | |
| 13 | # go, go, go! :) |
| 14 | db_go |
| 15 |
Note: See TracBrowser for help on using the browser.
