Nevyn
2011-02-07 09:33:34 UTC
As part of the school project I disabled Update Manager from Ubuntu.
The reason for this is that it's just plain scary. My mother has
conniptions every time she sees it. It does nothing to be friendly.
For the most part, users don't really need to know how many "packages"
(remember, most of your end users think in terms of applications thus
200 packages updated comes across as just about their entire system)
are being updated. Rather, all you need to know is that the system is
updating and you probably shouldn't shut down your system while this
is going on.
So I created my own update manager type of package. It picks a random
time, downloads all of the packages it needs to update and then asks
the user if they'd like to update now. It tells them if they're going
to need to restart their computer afterwards. It doesn't really go
into details. Only... there's a problem. Grub-PC seems quite insistent
that the user must pick whether to keep /etc/default/grub as is on the
system or whether it should replace it
So on to the question. I know a silent install is possible - otherwise
what would unattended upgrades use? Of course, being completely silent
is only going to end in tears given that shutting down half way
through a upgrade has a fairly high probability of leaving you with a
unusable system so I need some feedback. Just
I've tried amending the upgrade command with:
-o DPkg::Options=--force-confdef -o DPkg::Options=--force-confold
so that it reads:
apt-get -Y dist-upgrade -o DPkg::Options=--force-confdef -o
DPkg::Options=--force-confold
Does anyone have any clues as to how to fix this?
Regards,
Nevyn
http://nevsramblings.blogspot.com/
_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
The reason for this is that it's just plain scary. My mother has
conniptions every time she sees it. It does nothing to be friendly.
For the most part, users don't really need to know how many "packages"
(remember, most of your end users think in terms of applications thus
200 packages updated comes across as just about their entire system)
are being updated. Rather, all you need to know is that the system is
updating and you probably shouldn't shut down your system while this
is going on.
So I created my own update manager type of package. It picks a random
time, downloads all of the packages it needs to update and then asks
the user if they'd like to update now. It tells them if they're going
to need to restart their computer afterwards. It doesn't really go
into details. Only... there's a problem. Grub-PC seems quite insistent
that the user must pick whether to keep /etc/default/grub as is on the
system or whether it should replace it
So on to the question. I know a silent install is possible - otherwise
what would unattended upgrades use? Of course, being completely silent
is only going to end in tears given that shutting down half way
through a upgrade has a fairly high probability of leaving you with a
unusable system so I need some feedback. Just
I've tried amending the upgrade command with:
-o DPkg::Options=--force-confdef -o DPkg::Options=--force-confold
so that it reads:
apt-get -Y dist-upgrade -o DPkg::Options=--force-confdef -o
DPkg::Options=--force-confold
Does anyone have any clues as to how to fix this?
Regards,
Nevyn
http://nevsramblings.blogspot.com/
_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug