* Problem about inst_simple()
@ 2016-12-02 9:37 Tong Li
0 siblings, 0 replies; only message in thread
From: Tong Li @ 2016-12-02 9:37 UTC (permalink / raw)
To: harald-H+wXaHxf7aLQT0dZR+AlfA; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA
Hello Harald,
I was working on fixing the 95ssh-client issue. The code in my last
pull request(#184) copies only customized UserKnownHostsFile under
/root to initramfs, which fix the problem we meet in kdump process. Now
I am trying to make it more general. Users may set UserKnownHostsFile
to something like ~/foo, but it seems inst_simple() can't handle this
kind of path well now. In my test, this issue can be handled by
replacing "~" in such a variable to "${HOME}". Should we just place the
checking and replacing code in 95ssh-client module, or add it to
inst_simeple() in case that other modules attempt to install a file
whose path is like "~/foo"? What do you think about it?
Regards,
Tong
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-02 9:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 9:37 Problem about inst_simple() Tong Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox