lsinitrd: support symlinks
authorNikoli <nikoli@lavabit.com>
Tue, 17 Apr 2012 09:31:27 +0000 (11:31 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 17 Apr 2012 09:54:27 +0000 (11:54 +0200)
lsinitrd.sh

index 1eaa37d..e6767dc 100755 (executable)
@@ -34,7 +34,7 @@ image="${1:-/boot/initramfs-$(uname -r).img}"
 [[ -f "$image" ]]    || { echo "$image does not exist" ; exit 1 ; }
 
 CAT=zcat
-FILE_T=$(file "$image")
+FILE_T=$(file --dereference "$image")
 
 if echo "test"|xz|xz -dc --single-stream >/dev/null 2>&1; then
     XZ_SINGLE_STREAM="--single-stream"