Class: CryptReboot::Initramfs::Decompressor::TolerantDecompressor
- Inherits:
-
Object
- Object
- CryptReboot::Initramfs::Decompressor::TolerantDecompressor
- Defined in:
- lib/crypt_reboot/initramfs/decompressor/tolerant_decompressor.rb
Overview
Simply extract initramfs
Instance Method Summary collapse
Instance Method Details
#call(filename, dir) ⇒ Object
8 9 10 |
# File 'lib/crypt_reboot/initramfs/decompressor/tolerant_decompressor.rb', line 8 def call(filename, dir) runner.call(unmkinitramfs, filename, dir) end |