View Single Post
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#2063
Originally Posted by benzo8 View Post
I've installed titan's latest ulv using wget and dpkg...
When I do an apt-get upgrade, it looks to upgrade kernel-maemo and kernel-flasher-maemo. I assume this is the normal voltage kernel from extras-testing, and allowing this to go ahead will lose the ulv benefits?
yes, don't upgrade it.
you can use
Code:
echo kernel-flasher-maemo hold | dpkg --set-selections
echo kernel-maemo hold | dpkg --set-selections
to hold the version. to unlock it use
Code:
echo kernel-flasher-maemo install | dpkg --set-selections
echo kernel-maemo install | dpkg --set-selections
 

The Following User Says Thank You to titan For This Useful Post: