Just finished performing the operation, so I wanted to summarize for everyone. It appears to work great! The only things it missed were stuff that was installed outside the normal workflow, like Picasa.
0) since this is Ubuntu I'm talking about, I'm using my Ubuntu One account as the place to store the work file, so it'll be right there after the install:
cd ~/Ubuntu\ One
1) before doing the fresh install:
I'm preparing to actually do this now...just to see what that grep catches I tried it reversed:ak@mfj:~$ sudo dpkg --get-selections | grep -i kernelkerneloops-daemon installnfs-kernel-server installnvidia-173-kernel-source installnvidia-kernel-common deinstallvmware-player-kernel-modules-2.6.17-11 deinstallvmware-player-kernel-modules-2.6.20-15 deinstallvmware-player-kernel-modules-2.6.20-16 deinstallak@mfj:~$Given that most of this isn't the kernel itself I'm going to leave these things in. (even though it gets me a triple helping of vmware)
Kendric Beachey
On Thu, Aug 5, 2010 at 10:21 PM, Christofer C. Bell <christofer.c.bell@gmail.com> wrote:On Thu, Aug 5, 2010 at 2:35 PM, Kendric Beachey
<kendric.beachey@gmail.com> wrote:
> So like this?....I'd leave out the "|grep -vi kernel" part, but yes, that's correct.
>
> 1) before doing the fresh install:
>
> sudo dpkg --get-selections | grep -vi kernel > installed-pkgs.txt
>
> 2) Backup the file, install new system then:
>
> sudo dpkg --set-selections < installed-pkgs.txt
> sudo apt-get dselect-upgrade
>
> Just wanna get one succinct recipe for posterity. :-)
--
Chris
--
You received this message because you are subscribed to the Google Groups "kulua-l" group.
To post to this group, send email to kulua-l@googlegroups.com.
To unsubscribe from this group, send email to kulua-l+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/kulua-l?hl=en.