2001-09-16 05:40:37 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2001-12-16 09:57:02 +00:00
|
|
|
# $Id: setup-debian-X11,v 1.7 2001/12/06 18:36:05 freesource Exp $
|
2001-11-08 06:17:04 +00:00
|
|
|
# make_debian-X11 replacement
|
|
|
|
|
2001-09-16 05:40:37 +00:00
|
|
|
# This is usually enough for a minimalistic system
|
|
|
|
dpkg-reconfigure xfree86-common
|
|
|
|
dpkg-reconfigure xserver-common
|
|
|
|
dpkg-reconfigure xfonts-base
|
2001-09-30 07:01:32 +00:00
|
|
|
dpkg-reconfigure make-debian-x11
|
2001-09-16 05:40:37 +00:00
|
|
|
|
|
|
|
# You will want doc/info/man installed, and you may have to make a few
|
|
|
|
# directories and add a few files.
|
|
|
|
#dpkg-reconfigure --all
|
|
|
|
|
2001-12-06 18:36:05 +00:00
|
|
|
chown -v -R user:user /home/user
|
2001-12-16 09:57:02 +00:00
|
|
|
chmod 1777 /tmp
|
2001-09-16 05:40:37 +00:00
|
|
|
|
2001-10-08 19:21:31 +00:00
|
|
|
# swim --initdb
|
2001-09-16 05:40:37 +00:00
|
|
|
|
|
|
|
# Generally a good idea since user-mode-linux doesn't run within itself.
|
|
|
|
#rm /usr/bin/uml_*
|
2001-09-16 05:56:01 +00:00
|
|
|
#rm /usr/bin/linux
|
2001-09-16 05:40:37 +00:00
|
|
|
|
2001-09-16 05:56:01 +00:00
|
|
|
/etc/cron.daily/find
|
2001-12-06 18:36:05 +00:00
|
|
|
|