9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Drew DeVault <sir@cmpwn.com>
To: 9front@9front.org, sir@cmpwn.com
Subject: [PATCH fqa] Update vmx per newer Alpine Linux conventions
Date: Sun, 31 May 2020 12:10:58 -0400	[thread overview]
Message-ID: <F16ACCE39976D972ED9BDD37A0ABEA44@cmpwn.com> (raw)

# HG changeset patch
# User Drew DeVault <sir@cmpwn.com>
# 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 <a href="http://man.9front.org/4/dossrv">
+.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 - <a name="8.7.5.1.5" />
 .ihtml h3 <h3>
 .SH


                 reply	other threads:[~2020-05-31 16:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=F16ACCE39976D972ED9BDD37A0ABEA44@cmpwn.com \
    --to=sir@cmpwn.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).