From c5e5cc6d1b77dbfee3341b627979e864c2e9a514 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Apr 2017 08:44:30 +0200 Subject: Various minor improvements/changes --- buildos | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'buildos') diff --git a/buildos b/buildos index bb7434e..2e484a2 100755 --- a/buildos +++ b/buildos @@ -531,6 +531,8 @@ function toolchain_fetch () # # Make the link. # + # Note that the target must be just the file for TFTP chroot to work. + # ln -s "$f" "$tr/$l" } @@ -559,6 +561,11 @@ function toolchain_bootstrap () # local tv="$(toolchain_value "$tp" toolchain_ver)" # Should be set by fetch(). local tt="$(toolchain_value "$tp" toolchain_trust)" + # Save the repository certificate fingerprint into the trust file (used + # by machine bootstrap). + # + echo "$tt" >"$tr/trust" + # Bootstrap in /tmp/toolchain/$tn/, install to /build/toolchain/$tn/. # local wd="/tmp/toolchain/$tn" -- cgit v1.1