add anycubic slicer
This commit is contained in:
parent
8c4a695a9f
commit
8be07171c5
@ -7,7 +7,7 @@
|
||||
NAME="Explorer"
|
||||
|
||||
# Used for descriptions and window class
|
||||
FULL_NAME="Microsoft Explorer"
|
||||
FULL_NAME="Windows Explorer"
|
||||
|
||||
# The executable inside windows
|
||||
WIN_EXECUTABLE="C:\Windows\explorer.exe"
|
||||
|
||||
@ -33,7 +33,7 @@ services:
|
||||
- data:/storage # Mount volume 'data' to use as Windows 'C:' drive.
|
||||
- ${HOME}:/shared # Mount Linux user home directory @ '\\host.lan\Data'.
|
||||
#- /path/to/second/hard/disk:/storage2 # Uncomment to mount the second hard disk within the Windows VM. Ensure 'DISK2_SIZE' is specified above.
|
||||
- ./oem:/oem # Enables automatic post-install execution of 'oem/install.bat', applying Windows registry modifications contained within 'oem/RDPApps.reg'.
|
||||
# - ./oem:/oem # Enables automatic post-install execution of 'oem/install.bat', applying Windows registry modifications contained within 'oem/RDPApps.reg'.
|
||||
#- /path/to/windows/install/media.iso:/custom.iso # Uncomment to use a custom Windows ISO. If specified, 'VERSION' (e.g. 'tiny11') will be ignored.
|
||||
devices:
|
||||
- /dev/kvm # Enable KVM.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user