Results of test.sh

RHEL 4

# ./test.sh
--- Main
--- Kernel fs detection routine
 
Red Hat Enterprise Linux ES release 4 (Nahant Update 8)
Kernel is /boot/vmlinuz-2.6.9-42.0.10.ELsmp
 
  GetInitrdFilesystemToUse(): gzip magic found at lvOffset 17956.
 
lvScanRes=<6>checking if image is initramfs...
<3>EXT2-fs: blocksize too small for device.
 
lvUseFilesystem=ext2fs

RHEL 6

$ ./test.sh
--- Main
--- Kernel fs detection routine
 
Red Hat Enterprise Linux Workstation release 6.3 (Santiago)
Red Hat Enterprise Linux Workstation release 6.3 (Santiago)
Kernel is /boot/vmlinuz-2.6.32-279.22.1.el6.i686
 
  GetInitrdFilesystemToUse(): gzip magic found at lvOffset 13932.
 
lvScanRes=<6>Trying to unpack rootfs image as initramfs...
 
lvUseFilesystem=initramfs

SLES 10 SP4

# ./test.sh
--- Main
--- Kernel fs detection routine
 
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 4
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"
Kernel is /boot/vmlinuz-2.6.16.60-0.85.1-smp
 
  GetInitrdFilesystemToUse(): gzip magic found at lvOffset 39080.
 
lvScanRes=<6>checking if image is initramfs...
<3>EXT2-fs: blocksize too small for device.
 
lvUseFilesystem=ext2fs

SLES 11 SP1

# ./test.sh
--- Main
--- Kernel fs detection routine
 
SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 1
LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64"
Kernel is /boot/vmlinuz-2.6.32.12-0.7-default
 
  GetInitrdFilesystemToUse(): gzip magic found at lvOffset 14953.
 
lvScanRes=<6>Unpacking initramfs...
 
lvUseFilesystem=initramfs