update arch draft note
This commit is contained in:
parent
0b7d0abef6
commit
0c5e49b7f8
1 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Archlinux
|
||||
date: 2023-11-29T20:33:48+0100
|
||||
lastmod: 2024-02-16T17:43:27+0000
|
||||
lastmod: 2024-03-02T09:56:32+0000
|
||||
tags:
|
||||
- archlinux
|
||||
|
||||
|
@ -72,3 +72,14 @@ The wiki page is for Raspberry Pi 4.
|
|||
|
||||
<https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-4>
|
||||
|
||||
## Create a 32-bit Wine prefix
|
||||
|
||||
I create my wine prefixes usually like this:
|
||||
|
||||
~~~console
|
||||
$ export WINEPREFIX=/home/dominic/.wine-winlink
|
||||
$ export WINEARCH=win32
|
||||
$ wine wineboot
|
||||
~~~
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue