On Fri 20 Feb 2015 05:06:01 PM CST, Budgie2 wrote:
malcolmlewis;2695844 Wrote:
> Hi
> Changing the filesystems? You mean upgrading the filesystems? I don’t
> do updates, fresh installs for me are quicker… a few scripts for my
> user, then deploy other config changes via a different mechanism.
>
> You can upgrade using the DVD, but that all depends on how many repos
> you have used outside the standard ones.
>
> –
> Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter
> #276890)
> SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel
> 3.12.36-38-default If you find this post helpful and are logged into
> the web interface, please show your appreciation and click on the
> star below… Thanks!
Hi Malcolm,
Yes given the changes in filing systems offerred with 13.2 a fresh
install may be the way to go, especially if I change my array from raid
5 to raid 1e. I ma intrigued by your mention of “a few scripts for my
user” and “a different mechanism” for config changes.
One of the major chores with a new install is getting all the
applications installed and set up as required. If you have any
suggestions here they would be much appreciated.
Budgie2
Hi
I use SUSE Manager (google spacewalk) to deploy system config files and
packages (via mirrored repositories). Then locally I just had to script
out things like removing plymouth and adding in the softlinks to various
files. You can use echo to append stuff to files, all depends on your
use case.
You can script out adding repositories with zypper or disable them (eg
the install source)
zypper mr -dR -p 101 "openSUSE-13.2-0"
zypper ar -f http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_13.2/ 'PACKMAN'
zypper ref
Then you can add a zypper -n in command of the list of files you want
installed.
I use fwbackups as well for my data, so can then just recover data by
restoring the backup sets from my file server.
Most of this is redundant as I can do most things with SUSE Manager
these days.
Probably some examples of what your wanting would help…
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 GNOME 3.10.1 Kernel 3.12.36-38-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!