From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cmpwn.com ([45.56.77.53]) by ewsd; Sun May 31 12:11:11 EDT 2020 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1590941459; bh=UhTXp99MnzsJoTs9gDY3lGsKPqmoMvZFbmKUK/y+mKo=; h=Date:From:To:Subject; b=sAHlnCaeh5nNq4ERMeo1Qm0T3ku6esUKBE4TrO2pGjrOI0+WotUOloNPsDrXGq5Ac Dp8iePuG1KYdIq5LVroTsULJvjCDfxBZ41vsQftKnMsTb7mqGQ09j/MAaMk7WqHxKC cy1/APqgMYHchbxu2Dxv2pG+iYrL+2NbY7MaJ89g= Message-ID: Date: Sun, 31 May 2020 12:10:58 -0400 From: Drew DeVault To: 9front@9front.org, sir@cmpwn.com Subject: [PATCH fqa] Update vmx per newer Alpine Linux conventions MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: rich-client markup DOM backend # HG changeset patch # User Drew DeVault # Date 1590933623 14400 # Node ID f3b952d7ed4b215e2d11422e6b16ab7739f381dc # Parent 7c325ca058d3947ca0ed53a61dd602ac530b64d2 Update vmx per newer Alpine Linux conventions diff -r 7c325ca058d3 -r f3b952d7ed4b fqa8.ms --- a/fqa8.ms Wed May 27 23:12:07 2020 -0400 +++ b/fqa8.ms Sun May 31 10:00:23 2020 -0400 @@ -2228,26 +2228,28 @@ You will need both a kernel and an initrd which will be used as a module. You must also specify the root disk on the kernel's command line. +The most convenient way to obtain a kernel is to extract it from the iso; read +.ihtml a +.CW 9660srv(4) +.ihtml a + An example with Alpine Linux: .P1 -vmx -M 1G -n ether0 -d alpine-standard-3.6.2-x86_64.iso \e - -d alp.img -m initramfs-hardened -v vesa:800x600 \e - vmlinuz-hardened +vmx -M 1G -n ether0 -d alpine-standard-3.12.0-x86_64.iso \e + -d alp.img -m initramfs-lts -v vesa:800x600 \e + vmlinuz-lts .P2 After installation: .P1 vmx -M 1G -n ether0 -d alp.img \e - -m initramfs-hardened -v vesa:800x600 \e - vmlinuz-hardened \'root=/dev/vda1\' + -m initramfs-lts -v vesa:800x600 \e + vmlinuz-lts \'root=/dev/vda3 rootfstype=ext4\' .P2 -Recent versions of Alpine Linux might require specifying the \f(CWrootfstype=\fR parameter. -Typically, its value will be \f(CWext4\fR. - .html - .ihtml h3

.SH