initrd-bootchain: set BOOTCHAIN_LOGFILE to /var/log/chaind.log

Rename to default.
This commit is contained in:
Anton Midyukov 2021-12-01 08:51:36 +07:00
parent c2ea126c62
commit 0403d2ca7a

View File

@ -19,5 +19,5 @@ use/initrd-bootchain: use/uuid-iso
@$(call try,BOOTCHAIN_OEM_SRV_NETINST,)
@$(call try,BOOTCHAIN_OEM_NFS_NETINST,/srv/public/netinst)
@$(call try,BOOTCHAIN_OEM_CIFS_NETINST,/netinst)
@$(call try,BOOTCHAIN_LOGFILE,/var/log/bootchained.log)
@$(call try,BOOTCHAIN_LOGFILE,/var/log/chaind.log)
@$(call try,BOOTCHAIN_LOG_VT,3)