Package List is Empty on Install

Bug #538821 reported by Ryan Oram
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
infinityOS
Status tracked in 1.0
0.6
Won't Fix
High
Unassigned
1.0
Fix Released
High
Unassigned
Trunk
Fix Released
High
Unassigned

Bug Description

Users have to run:

sudo aptitude update

after installing

Ryan Oram (infinityos)
Changed in infinityos:
importance: Undecided → High
Revision history for this message
Ryan Oram (infinityos) wrote :

Temp Fix:

sudo aptitude update

Revision history for this message
Ryan Oram (infinityos) wrote :

Fix:

In /usr/bin/remastersys,

change:

ls $WORKDIR/dummysys/var/lib/apt/lists | grep -v ".gpg" | grep -v "lock" | grep -v "partial" | xargs -i rm $WORKDIR/dummysys/var/lib/apt/lists/{} ;

to be:

#ls $WORKDIR/dummysys/var/lib/apt/lists | grep -v ".gpg" | grep -v "lock" | grep -v "partial" | xargs -i rm $WORKDIR/dummysys/var/lib/apt/lists/{} ;

Revision history for this message
Ryan Oram (infinityos) wrote :

I have also added the following to /etc/rc.local, to update the package list at each reboot:

----

apt-get update &

----

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.