forked from p15670423/monkey
Build: Add warning about building an AppImage on LXD with shiftfs
This commit is contained in:
parent
2c3cbb2ef7
commit
cb613393e2
|
@ -9,7 +9,7 @@ Monkey packages for Linux.
|
||||||
|
|
||||||
### Building an AppImage
|
### Building an AppImage
|
||||||
|
|
||||||
1. Create a clean VM or LXC (not docker!) based on Ubuntu 18.04.
|
1. Create a clean VM or LXD (not docker!) based on Ubuntu 18.04.
|
||||||
1. Copy the `build_scipts/` directory to `$HOME/` in the VM.
|
1. Copy the `build_scipts/` directory to `$HOME/` in the VM.
|
||||||
1. On the VM, `cd $HOME/build_scripts`
|
1. On the VM, `cd $HOME/build_scripts`
|
||||||
1. Run `sudo -v`.
|
1. Run `sudo -v`.
|
||||||
|
@ -19,6 +19,8 @@ Monkey packages for Linux.
|
||||||
NOTE: This script is intended to be run from a clean VM. You can also manually
|
NOTE: This script is intended to be run from a clean VM. You can also manually
|
||||||
remove build artifacts by running `appimage/clean.sh`
|
remove build artifacts by running `appimage/clean.sh`
|
||||||
|
|
||||||
|
WARNING: If you use a LXD container, ensure that shiftfs is disabled.
|
||||||
|
|
||||||
### Running the AppImage
|
### Running the AppImage
|
||||||
|
|
||||||
The build script will produce an AppImage executable named
|
The build script will produce an AppImage executable named
|
||||||
|
|
Loading…
Reference in New Issue