From owner-freebsd-current@freebsd.org Thu Nov 9 17:56:34 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98B99E5739F for ; Thu, 9 Nov 2017 17:56:34 +0000 (UTC) (envelope-from prvs=4793881c9=roger.pau@citrix.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 869F7712E3 for ; Thu, 9 Nov 2017 17:56:34 +0000 (UTC) (envelope-from prvs=4793881c9=roger.pau@citrix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8308FE5739D; Thu, 9 Nov 2017 17:56:34 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82A1AE5739B for ; Thu, 9 Nov 2017 17:56:34 +0000 (UTC) (envelope-from prvs=4793881c9=roger.pau@citrix.com) Received: from SMTP.CITRIX.COM.AU (smtp.citrix.com.au [103.14.252.240]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5CE5712E2 for ; Thu, 9 Nov 2017 17:56:32 +0000 (UTC) (envelope-from prvs=4793881c9=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.44,370,1505779200"; d="scan'208";a="106746824" Date: Thu, 9 Nov 2017 17:55:52 +0000 From: Roger Pau =?iso-8859-1?Q?Monn=E9?= To: Subject: bootonly release target not creating etc/ssh/ Message-ID: <20171109175552.dqrcgpa5uqkmsztw@dhcp-3-128.uk.xensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: NeoMutt/20171013 X-ClientProxiedBy: AMSPEX02CAS01.citrite.net (10.69.22.112) To AMSPEX02CL03.citrite.net (10.69.22.127) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2017 17:56:34 -0000 Hello, Since recently it seems like the bootonly release make target doesn't create the etc/ssh directory. I've usually done: # make buildworld # make buildkernel # make -C release ftp # make -C release bootonly # cp release/bootonly/etc/ssh/ But the ssh directory doesn't seem to exist anymore. Is this expected? I expect also trying to launch sshd inside of that install is going to cause trouble, but I cannot verify because I cannot finish building the image. Thanks, Roger.