Commit 0403d2ca authored by Anton Midyukov's avatar Anton Midyukov

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

Rename to default.
parent c2ea126c
...@@ -19,5 +19,5 @@ use/initrd-bootchain: use/uuid-iso ...@@ -19,5 +19,5 @@ use/initrd-bootchain: use/uuid-iso
@$(call try,BOOTCHAIN_OEM_SRV_NETINST,) @$(call try,BOOTCHAIN_OEM_SRV_NETINST,)
@$(call try,BOOTCHAIN_OEM_NFS_NETINST,/srv/public/netinst) @$(call try,BOOTCHAIN_OEM_NFS_NETINST,/srv/public/netinst)
@$(call try,BOOTCHAIN_OEM_CIFS_NETINST,/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) @$(call try,BOOTCHAIN_LOG_VT,3)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment