Kron4ek
2cef946680
Use squashfuse instead of squashfuse_ll
...
This revert commit 9d73f302f8
squashfuse_ll causes some weird filesystem access issues. For example, some applications are unable to access /usr/share/alsa when the squashfs image mounted with squashfuse_ll.
2021-04-23 16:29:44 +05:00
Kron4ek
c740c83372
Add more packages
2021-04-12 16:55:21 +05:00
Kron4ek
8de81d26f1
Add vulkan-mesa-layers and mangohud
2021-04-12 16:01:34 +05:00
Kron4ek
a61db786ec
Fix the squashfs image extraction
2021-04-12 14:23:29 +05:00
Kron4ek
313958776c
Rename squashfs-start.sh to conty-start.sh
2021-04-12 02:50:25 +05:00
Kron4ek
9d73f302f8
Use squashfuse_ll instead of squashfuse
...
According to the official documentation, squashfuse_ll is faster than squashfuse.
2021-04-12 02:18:28 +05:00
Kron4ek
23892271fe
Extract utils.tar only if it's not extracted yet
2021-04-12 02:12:55 +05:00
Kron4ek
8dce6f69a5
Fix the utils.tar size
2021-04-12 02:00:33 +05:00
Kron4ek
f402162502
Update squashfuse to 0.1.104
2021-04-12 01:57:53 +05:00
Kron4ek
cfa33a35f2
Add info about dependencies
2021-04-12 01:47:10 +05:00
Kron4ek
e93724cb01
Generate info file
2021-04-12 01:05:50 +05:00
Kron4ek
575e7f4662
Fix typo
2021-04-12 01:00:04 +05:00
Kron4ek
70c5549a29
Use "yes" instead of noconfirm for Chaotic-AUR
...
noconfirm doesn't always answer yes, which can terminate package installation process in case of conflicts.
2021-04-12 00:32:56 +05:00
Kron4ek
fa55e03196
Update Chaotic-AUR keyring
2021-04-12 00:21:04 +05:00
Kron4ek
be5f5acbbb
Update Arch mirrors
2021-04-11 23:52:11 +05:00
Kron4ek
d50d5904b3
Add an option to use the existing squashfs image
2021-04-07 01:36:08 +05:00
Kron4ek
c0f5dbf484
Add empty /etc/asound.conf as a placeholder
2021-04-07 00:18:13 +05:00
Kron4ek
55bd8387c9
Bind /etc/asound.conf and /etc/machine-id
...
Fixes sound issues on some systems.
2021-04-07 00:16:29 +05:00
Kron4ek
bb8e7bad89
Fx spelling
2021-04-06 03:57:02 +05:00
Kron4ek
db670d1241
Update Chaotic-AUR's keyring and mirrorlist
2021-04-03 17:22:35 +05:00
Kron4ek
35a35200c2
Add alsa-utils
2021-04-03 00:16:26 +05:00
Kron4ek
6a53f2835f
Do not mount /usr/local by default
2021-04-02 23:38:21 +05:00
Kron4ek
4d981df660
Use a single mountpoint per script
2021-04-02 23:24:21 +05:00
Kron4ek
3bfa8fc95d
Add alsa-tools
2021-04-02 23:02:25 +05:00
Kron4ek
7c4610e028
Mount the squashfs image as read-only
...
Even thouh squashfs is read-only anyway (even when mounted as read-write), it's still better to mount as read-only to avoid the "Text file busy" error.
2021-04-02 16:08:01 +05:00
Kron4ek
8e6e07c423
Update README.md
2021-04-01 19:52:43 +05:00
Kron4ek
dc1948ca13
Do not check for fuse2 when SUDO_MOUNT is enabled
2021-04-01 19:51:52 +05:00
Kron4ek
f41f7e00c5
Update README.md
2021-04-01 19:17:49 +05:00
Kron4ek
963351b506
Fix an infinite recursion when using autostart
...
Fixes #12
2021-04-01 16:13:39 +05:00
Kron4ek
deec231105
Add ability to set custom BASE_DIR
...
Allows to set custom directory where Conty will extract its builtin utilities and mount the squashfs image. The default location is /tmp.
2021-04-01 16:00:03 +05:00
Kron4ek
2a40644729
Add ability to mount the image using regular mount
...
Allows to mount the squahfs image via the regular mount command instead of squashfuse. In this case root rights will be requested via sudo during mounting and unmounting.
2021-04-01 15:42:02 +05:00
Kron4ek
43b71e4844
Merge pull request #11 from saltedcoffii/patch-1
...
Fix typo in README.md
2021-03-31 21:39:09 +05:00
saltedcoffii
14c9e6c22a
Fix typo
2021-03-31 12:01:52 -04:00
Kron4ek
0bdbc59ddf
Improve sandboxing
2021-03-31 16:59:09 +05:00
Kron4ek
17d8c93d8c
Update README.md
2021-03-31 14:00:09 +05:00
Kron4ek
e7d9865ba5
Add wineasio
2021-03-31 13:08:30 +05:00
Kron4ek
802216b825
Update README.md
2021-03-30 14:37:07 +05:00
Kron4ek
3bd8a37aea
Update README.md
2021-03-30 14:35:35 +05:00
Kron4ek
3ba7200502
Add function to automatically download Nvidia libs
...
Disabled by default.
2021-03-30 13:08:20 +05:00
Kron4ek
8afe2a4617
Update create-arch-bootstrap.sh
2021-03-30 02:05:24 +05:00
Kron4ek
9e39559055
Update create-arch-bootstrap.sh
2021-03-30 02:02:49 +05:00
Kron4ek
5eb5dbd733
Add steamtinkerlaunch
2021-03-30 01:57:54 +05:00
Kron4ek
d2a4ae25a1
Unmount image even when terminated ungracefully
...
This doesn't trap SIGKILL though, but there is nothing i can do about that.
Fixes #8
2021-03-30 00:41:06 +05:00
Kron4ek
5f6a7918f4
Update README.md
2021-03-29 19:13:35 +05:00
Kron4ek
c9cbaee908
Add libva-intel-driver and intel-media-driver
...
For hardware video decoding on Intel integrated GPUs
2021-03-29 19:02:57 +05:00
Kron4ek
a9a06a19d0
Do not bind /etc/hostname
...
Added accidentally in the previous commit
2021-03-29 19:00:38 +05:00
Kron4ek
b126b8aaff
Increase the priority of user-defined PATH
2021-03-29 18:58:27 +05:00
Kron4ek
8c4e89430b
Bind /etc/passwd and /etc/group to the container
...
Fixes #7
2021-03-29 18:33:43 +05:00
Kron4ek
7df770fd38
Note on issues with Nvidia drivers
2021-03-29 13:31:33 +05:00
Kron4ek
b54b788516
Add playonlinux
2021-03-29 13:13:40 +05:00