File: config

package info (click to toggle)
openmosix 1.5.4-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,988 kB
  • ctags: 1,311
  • sloc: ansic: 6,710; makefile: 292; sh: 266
file content (13 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

# Source debconf library.
. /usr/share/debconf/confmodule

db_version 2.0

db_input medium openmosix/config_instructions || true
db_go

db_stop

exit 0