Skip to content

Commit 68064ab

Browse files
committed
README update
1 parent 89268e2 commit 68064ab

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,3 @@ vm/after:
9191
ssh $(SSHOPTIONS) -p$(APORT) -t $(ARCHUSER)@$(ADDR) " \
9292
/bin/bash /tmp/after/after.sh; \
9393
"
94-
# This will
95-
# Build and install kernel 5.16.10 with vmwgfx
96-
# Build and install open-vm-tools
97-
# Configure my personal home setup
98-
# DONOT use this directly unless you do want the things they install
99-
vm/home:
100-
scp $(SSHOPTIONS) -p$(APORT) -r $(MAKEFILEDIR)/after \
101-
$(ARCHUSER)@$(ADDR):/tmp/
102-
ssh $(SSHOPTIONS) -p$(APORT) -t $(ARCHUSER)@$(ADDR) " \
103-
/bin/bash /tmp/after/home.sh; \
104-
"

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Updates
2-
1. There's a new public Tech preview -
3-
[22H2](https://customerconnect.vmware.com/downloads/get-download?downloadGroup=FUS-PUBTP-22H2)
4-
with 3D Graphics 🚀🚀🚀
2+
1. [VMWare Fusion 13](https://www.vmware.com/in/products/fusion/fusion-evaluation.html) is out 🚀🚀🚀
53
2. The scripts - henceforth - will be tested with the official archboot releases for
64
aarch64 only. As of the time of editing this file the version tested is:
7-
[archboot-archlinuxarm-2022.09.12-11.41-aarch64.iso](archboot-archlinuxarm-2022.09.12-11.41-aarch64.iso).
8-
All my testing is done with the ~350MiB file since it's a nice balance. It boots much
9-
faster into a live env compared to the ~130MiB file and is much smaller over the wire
10-
compared to the ~1.2GiB one.
5+
[archboot-2023.01.22-21.50-aarch64.iso](https://pkgbuild.com/~tpowa/archboot/iso/aarch64/latest/archboot-2023.01.22-21.50-aarch64.iso).
6+
I have not tested this set of scripts with the `-latest` or the `-local` flavours.
117

128
# What it is
139

@@ -231,4 +227,4 @@ sed -i \
231227
exec i3@' ~/.xinitrc
232228
```
233229

234-
## Done. Enjoy
230+
## Done. Enjoy

0 commit comments

Comments
 (0)