Mailinglist Archive: opensuse-autoinstall (192 mails)
| < Previous | Next > |
RE: [suse-autoinstall] KDE default skeleton
- From: "Schumacher, Gordon" <gordon_schumacher@xxxxxxxxxx>
- Date: Tue, 8 Feb 2005 23:25:03 +0000 (UTC)
- Message-id: <71078E41DDE3E541B024832F34BC3D0D4BBE95@xxxxxxxxxxxxxxxxxxxxxx>
# From: suse_list [mailto:suse_list@xxxxxxxxxxxx]
# Sent: Tuesday, February 08, 2005 4:13 PM
# To: suse-autoinstall@xxxxxxxx
# Subject: [suse-autoinstall] KDE default skeleton
#
# Hi,
#
# I was woundering where does SuSE store the kde skeleton files
# and how best to create a new skeleton and have it replicated
# with the autoinstall, so that when new users are created,
# that they get the customized skeleton for kde.
Not sure on the first half, but the way I'd go about replicating
it is by an init-script that fetches down a tarball of the
default skeleton, and then unpacking it into the destination
directory:
wget -q http://myserver/my-kde-skel.tgz
tar xvfz --directory /path/to/default/kde/skeleton my-kde-skel.tgz
That should do it, I think!
# Sent: Tuesday, February 08, 2005 4:13 PM
# To: suse-autoinstall@xxxxxxxx
# Subject: [suse-autoinstall] KDE default skeleton
#
# Hi,
#
# I was woundering where does SuSE store the kde skeleton files
# and how best to create a new skeleton and have it replicated
# with the autoinstall, so that when new users are created,
# that they get the customized skeleton for kde.
Not sure on the first half, but the way I'd go about replicating
it is by an init-script that fetches down a tarball of the
default skeleton, and then unpacking it into the destination
directory:
wget -q http://myserver/my-kde-skel.tgz
tar xvfz --directory /path/to/default/kde/skeleton my-kde-skel.tgz
That should do it, I think!
| < Previous | Next > |