From 59ee5c81c066249c567a902a21fad2667b639889 Mon Sep 17 00:00:00 2001
From: Joachim Seemer
Now the Haiku image is built and installed on the partition:
+jam -q @disk+ +
This takes some time and will abort at some point, because some root permissions are needed. That's OK, we'll continue with:
+sudo jam -q @disk+
If you do it all in one go by going straight with the sudo-line, some files are created under the "root" user, among them the image itself. This would then have to be rededicate with chown etc., so best to stick with the 2-stage approach as described.
+Installing to its own partition offers some interesting possibilities:
sudo jam -q @disk update-all@@ -214,11 +220,10 @@ line).
Just enter:
-sudo jam -q @vmware+
jam -q @vmware +sudo jam -q @vmware-
You'll now have to rededicate the generated image to satisfy the VMPlayer, before you can run it with an associated .vmx file (There's also a .vmx file in haiku/3rdparty/vmware/):
- -sudo chown [YourUsername] haiku.image+
The created image can be run in VMPlayer with an associated .vmx file (There's also a .vmx file in haiku/3rdparty/vmware/).