mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
initrd/bin/unpack_initramfs.sh: no functional change, just format with tabs
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
573f48dd11
commit
71a8075125
@ -45,7 +45,10 @@ consume_zeros() {
|
||||
|
||||
unpack_cpio() {
|
||||
TRACE_FUNC
|
||||
(cd "$dest_dir"; cpio -i "${CPIO_ARGS[@]}" 2>/dev/null)
|
||||
(
|
||||
cd "$dest_dir"
|
||||
cpio -i "${CPIO_ARGS[@]}" 2>/dev/null
|
||||
)
|
||||
}
|
||||
|
||||
# unpack the first segment of an archive, then write the rest to another file
|
||||
|
Loading…
Reference in New Issue
Block a user