mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
Basic setup of a minimalistic system.
This commit is contained in:
parent
280a509b09
commit
331bcbcdb3
25
add-ons/yard/make-debian-X11/replacements/root/setup-debian-X11
Executable file
25
add-ons/yard/make-debian-X11/replacements/root/setup-debian-X11
Executable file
@ -0,0 +1,25 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This is usually enough for a minimalistic system
|
||||
dpkg-reconfigure xfree86-common
|
||||
dpkg-reconfigure xserver-common
|
||||
dpkg-reconfigure xfonts-base
|
||||
|
||||
# You will want doc/info/man installed, and you may have to make a few
|
||||
# directories and add a few files.
|
||||
#dpkg-reconfigure --all
|
||||
|
||||
chown user /home/user
|
||||
chgrp user /home/user
|
||||
chown user /home/user/*
|
||||
chgrp user /home/user/*
|
||||
chown user /home/user/.*
|
||||
chgrp user /home/user/.*
|
||||
|
||||
swim --initdb
|
||||
|
||||
# Generally a good idea since user-mode-linux doesn't run within itself.
|
||||
#rm /usr/bin/uml_*
|
||||
#rm /usr/biin/linux
|
||||
|
||||
/etc/cron.daily/find
|
Loading…
x
Reference in New Issue
Block a user