Aaron, did you choose to update during install and install third party
software? Any of those two?

Gema

On 06/12/11 08:32, Brendan Donegan wrote:
> It won't be consistent, because you'll make some choices during
> installation that will affect which packages are actually installed. Not
> everything on the CD ends up in the installation of Ubuntu.
> 
> On 06/12/11 00:45, Aaron wrote:
>> I am looking at how consistent the ISO manifest is with the actually
>> installed packages in Precise.  The basic steps I did are:
>>
>> 1. Download ISO from http://cdimage.ubuntu.com/daily-live/current/
>> (download with date stamp for today)  I did a install (not live cd) in
>> VirtualBox.
>>
>> 2. Download the manifest for the ISO (for i386 below is the path)
>> (download with date stamp for today)
>>
>> wget
>> http://cdimage.ubuntu.com/daily-live/current/precise-desktop-i386.manifest
>>
>> 3.  Create installed package list:
>>
>> dpkg -l > dpkgl.txt
>>
>> 4. Strip out the Name and Version columns to separate file:
>>
>> awk '{print $2 , $3}' dpkgl.txt > dpkg-name-version.txt
>>
>> Diff the manifest and the current installed packages (with only the
>> name/version columns):
>>
>> diff --ignore-space-change precise-desktop-i386.manifest
>> dpkg-name-version.txt > diff2.txt
>>
>> All output from my process attached.  But here is the diff2.txt (below
>> and attached)
>>
>> It seems like the manifest is not reflecting 100% what is installed,
>> unless I am missing something?
>>
>> Thoughts?
>>
>> First file is the 'precise-desktop-i386.manifest' and the second file
>> is the 'dpkg-name-version.txt' (which is the currently installed
>> packages via dpkg).
>>
-- 
Gema Gomez-Solano        <gema.gomez-sol...@canonical.com>
QA Team                  https://launchpad.net/~gema.gomez
Canonical Ltd.           http://www.canonical.com

-- 
Ubuntu-qa mailing list
Ubuntu-qa@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-qa

Reply via email to