mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
initrd: fix undeclared variable update_initramfs_cmd
This commit is contained in:
@@ -25,7 +25,7 @@ update_initramfs() {
|
||||
target_dir="$(find "${chroot_target}/lib/modules"/ -maxdepth 1 -type d -name "*${IMAGE_INSTALLED_KERNEL_VERSION}*")" # @TODO: rpardini: this will break when we add multi-kernel images
|
||||
local initrd_kern_ver initrd_file initrd_cache_key initrd_cache_file_path initrd_hash
|
||||
local initrd_cache_current_manifest_filepath initrd_cache_last_manifest_filepath initrd_files_to_hash
|
||||
local initrd_debug=""
|
||||
local initrd_debug="" update_initramfs_cmd
|
||||
local logging_filter=""
|
||||
if [[ "${SHOW_DEBUG}" == "yes" ]]; then
|
||||
initrd_debug="v"
|
||||
|
||||
Reference in New Issue
Block a user