84d28df Include size in package lists, sort them

Authored and Committed by lkundrak 3 years ago
    Include size in package lists, sort them
    
    This is done so that it's easy spot large packages that are not
    necessary and identify packages that have grown in size too much
    by diffing the image compose logs.
    
      sed "s/rpm -qa/rpm -qa --qf '%{size}\\\\t%{name}-%{version}-%{release}.%{arch}\\\\n' |sort -rn/" -i *.ks
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1