Commit graph

123 commits

Author SHA1 Message Date
Kron4ek
80ef7c393d
Fix PWD when NVIDIA_FIX is enabled 2021-05-19 13:07:49 +05:00
Kron4ek
3d19569ea9
Chaotic-AUR fixes 2021-05-18 15:13:06 +05:00
Kron4ek
62f247ee57
Use lower compression level
In my testing, compression using level 14 is almost 3x faster than level 19, while compression ratio is only about 2% lower. In my opinion, it's definitely worth it.
2021-05-15 15:59:07 +05:00
Kron4ek
b03f6dcab2 Update zstd to 1.5.0 2021-05-15 14:51:44 +05:00
Kron4ek
2ab89c45ac
Generate mirrorlist with reflector
If it's available.
2021-05-13 02:58:34 +05:00
Kron4ek
a3450c7757
More improvements 2021-05-07 20:17:57 +05:00
Kron4ek
2313664285
More improvements for the self-update feature 2021-05-07 00:26:31 +05:00
Kron4ek
6770cf5792
Improvements to the self-update feature 2021-05-06 15:41:22 +05:00
Kron4ek
3f4543748a
Fix BASE_DIR 2021-05-04 20:46:18 +05:00
Kron4ek
1ced930714
Update Chaotic-AUR packages url 2021-05-04 20:31:09 +05:00
Kron4ek
3805dabf13
Add ability to update and install packages 2021-05-04 20:11:51 +05:00
Kron4ek
6dce34b339
Add reflector and zsync2 2021-05-04 16:41:18 +05:00
Kron4ek
83b8d92120
Update Chaotic-AUR mirrorlist 2021-05-03 15:25:51 +05:00
Kron4ek
dbce357347
Update README.md 2021-05-02 17:42:51 +05:00
Kron4ek
6a58662403
Update README.md 2021-05-02 17:38:31 +05:00
Kron4ek
f8ba8f6fd1
Update README.md 2021-04-26 16:46:03 +05:00
Kron4ek
647378d5f8
Update README.md 2021-04-26 15:56:35 +05:00
Kron4ek
c516c65a09
Update README.md 2021-04-26 15:55:09 +05:00
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