shithub: rc

Download patch

ref: 4939fadaf03753f4f3cb188b66499591eba87d0b
parent: c1a707427fbbb5129e467516fc671e976ee3e398
author: sl <sl@x1yg3>
date: Tue Jul 22 15:46:49 EDT 2025

openbsd: update for new installation on x1yg3.

--- a/openbsd
+++ b/openbsd
@@ -1,14 +1,14 @@
 #!/bin/rc
-# 2022-12-29T20:44:50-05:00
+# 2025-07-22T15:29:56-04:00
 # Boot OpenBSD inside vmx(1).
 rfork e
-d=/dev/sdN0/data
-#d=/tmp/openbsd
+#d=/dev/sdN0/data
+d=$home/openbsd
 D='device=sd0a'
-k=/shr/sdU18e33/bsd
+k=$home/bsd
 m=vesa
-M=4G
-l=1366x768
+M=8G
+l=1920x1080
 n=ether0
 while(~ $1 -*){
 	switch($1){
--