mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-09 00:03:41 +00:00
Improve command for reporting package sizes
This commit is contained in:
parent
715f2c8782
commit
b1848c0ee8
2 changed files with 2 additions and 1 deletions
|
|
@ -71,4 +71,4 @@ sed -i -e '/# ==== BEGIN customrepos ====/,/# ==== END customrepos ====/d' /etc/
|
|||
|
||||
# Packages
|
||||
pacman -Q > /root/packages-list.txt
|
||||
pacman -Qi | egrep '^(Name|Installed)' | cut -f2 -d':' | paste - - | column -t | sort -nrk 2 | grep MiB > /root/packages-size.txt
|
||||
expac -H M -s "%-30n %m" | sort -rhk 2 > /root/packages-size.txt
|
||||
|
|
|
|||
1
packages
1
packages
|
|
@ -29,6 +29,7 @@ e2fsprogs
|
|||
efitools
|
||||
elinks
|
||||
ethtool
|
||||
expac
|
||||
exfat-utils
|
||||
f2fs-tools
|
||||
featherpad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue