Commit graph

131 commits

Author SHA1 Message Date
Kron4ek
6fc84c7263
Allow to set HOME_DIR even without SANDBOX
Because there is no reason to strictly tie this feature to SANDBOX.
2021-05-20 14:23:23 +05:00
Kron4ek
c64be240da
Do not bind /tmp when SANDBOX is enabled
However, it's necessary to bind /tmp/.X11-unix, otherwise applications will not be able to connect to X server when network is disabled (DISABLE_NET=1).
2021-05-20 14:06:53 +05:00
Kron4ek
c8b12bc42d
Update README.md 2021-05-20 13:22:02 +05:00
Kron4ek
7389a082a4
Add mount_point variable
Mount point path is used many times in the script, so it's better to use a single variable for it.
2021-05-19 13:39:01 +05:00
Kron4ek
076c91ffdb
Remove fmount variable 2021-05-19 13:23:31 +05:00
Kron4ek
2a6b1ccdf6
Rename sfuse to mount_tool
As it makes more sense.
2021-05-19 13:17:04 +05:00
Kron4ek
e8a73f4cea
Remove reduntant sudo variable 2021-05-19 13:13:01 +05:00
Kron4ek
9313aa4e74
Remove exit delay 2021-05-19 13:10:03 +05:00
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