From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, NICE_REPLY_A autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 23469 invoked from network); 27 Oct 2022 12:18:19 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 27 Oct 2022 12:18:19 -0000 Received: from mail.posixcafe.org ([45.76.19.58]) by 9front; Thu Oct 27 08:15:16 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posixcafe.org; s=20200506; t=1666873012; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PSvqDaDS6AMKokxUKEmHxVVxcyqSYv6ysyGCSEle24w=; b=Y4NXEYnE6hpVnA9kXmlO0sBxu0bw9E7Ok0bUWOZgr6UaMbZYUHvfY24DccjU6l9GqNcclf yiXSdFC3Olu/M0m/exAFU5QCM8/rpUhsACTr2EhyN6WKh6ydocl4FQ2jKEv65+5sMrl1o3 iQTRTeqYtEHq/pKm9ECV64v/ru1taUY= Received: from [192.168.168.200] (161-97-228-135.mynextlight.net [161.97.228.135]) by mail.posixcafe.org (OpenSMTPD) with ESMTPSA id b3a7aa45 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <9front@9front.org>; Thu, 27 Oct 2022 07:16:52 -0500 (CDT) Message-ID: <3d80bfc1-d3c9-0e8e-5216-1ae9b92b32cd@posixcafe.org> Date: Thu, 27 Oct 2022 06:14:49 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Content-Language: en-US To: 9front@9front.org References: <987BE6639B558B775DF7FAFE56057FA4@thinktankworkspaces.com> From: Jacob Moody In-Reply-To: <987BE6639B558B775DF7FAFE56057FA4@thinktankworkspaces.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: method method-based database Subject: Re: [9front] 9front-8963.f84cf1e60427675514fb056cc1723e45da01e043.amd64.iso vs thinkpad x61t Reply-To: 9front@9front.org Precedence: bulk On 10/26/22 22:05, william@thinktankworkspaces.com wrote: > I forget When in doubt refer to the fqa: http://fqa.9front.org/fqa5.html#5.2.2 > > cd /sys/src/ > mk install > > will that install everything including the kernel. Or do I have to manually > copy the kernel. I just don't want this to happen on my remote server > No this only builds your userspace, you need to specifically build and copy your kernel to the right place for your system. However considering how often I see people cut themselves with that edge perhaps there should be something that does all that, a sysbuild script perhaps, not sure.