$ gzip -dc ../initrd.img | cpio -i -d -H newc --no-absolute-filenamesPack:
$ find . -print | cpio -o -H newc | gzip -9 > ../initrd.img
$ gzip -dc ../initrd.img | cpio -i -d -H newc --no-absolute-filenames$ find . -print | cpio -o -H newc | gzip -9 > ../initrd.img
BATTERY_DEVICE=$(hal-find-by-property --key info.category --string battery | head -n 1)if test -z "${BATTERY_DEVICE}" ; thenBATTERY=0elseBATTERY=$(hal-get-property --udi ${BATTERY_DEVICE} --key battery.charge_level.percentage)fiecho " ${BATTERY}% "