lsinitrd.sh: sort by filename

master
Harald Hoyer 2012-10-16 10:25:10 +02:00
parent 14986b9d58
commit 6d70aa7836
1 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,6 @@ echo "========================================================================"
if [ "$sorted" -eq 1 ]; then
$CAT "$image" | cpio --extract --verbose --quiet --list | sort -n -k5
else
$CAT "$image" | cpio --extract --verbose --quiet --list
$CAT "$image" | cpio --extract --verbose --quiet --list | sort -k9
fi
echo "========================================================================"