root/64studio/trunk/utils/64studio-config

Revision 461, 490 bytes (checked in by free, 6 months ago)

* Run lash fix
* Disable exim and icecast at startup

  • Property svn:executable set to *
Line 
1#!/bin/sh -e
2
3# This script should be run once after bran new installations
4if [ "$1" != "new" ]; then
5    exit 0
6fi
7
8. /usr/share/debconf/confmodule
9
10# Sudo and groups
11db_get passwd/username
12USER=$RET
13cdd-config sudoers $USER
14cdd-config groups  $USER
15cdd-config bootsplash 791
16cdd-config services anacron bittorrent cron nfs-common rsync samba exim4 icecast2 icecast-server
17cdd-config modules snd-seq
18cdd-config apt 64studio
19
20# Make sure the .desktop is up-to-date
21update-desktop-database
Note: See TracBrowser for help on using the browser.