Commit graph

185 commits

Author SHA1 Message Date
Kron4ek
0d00d2ba4a
Add python-magic-ahupp (for Lutris)
Needed for Lutris, but for some reason missing from its dependencies at the moment.
2021-07-28 18:07:18 +05:00
Kron4ek
d795e0459d
Replace winetricks with winetricks-git 2021-07-21 14:19:33 +05:00
Kron4ek
a4a4bbaee3
Update Chaotic-AUR mirrorlist 2021-07-18 23:29:43 +05:00
Kron4ek
ce685cd78e
Update README.md 2021-07-15 15:04:37 +05:00
Kron4ek
3bee911e07
Update Arch mirrorlist 2021-07-10 00:30:54 +05:00
Kron4ek
0e87bc0fb4
Add image_path variable 2021-07-10 00:24:37 +05:00
Kron4ek
0d54828bf7
Add quiet mode 2021-06-30 01:20:23 +05:00
Kron4ek
2813292987
Add retroarch and wayland packages 2021-06-30 00:46:06 +05:00
Kron4ek
3ac0e819e4
Fix use_existing_image 2021-06-27 14:52:28 +05:00
Kron4ek
1c47c77f4b
Update urls for Chaotic-AUR keyring and mirrorlist 2021-06-26 15:02:01 +05:00
Kron4ek
2cae712abf Change the default keyserver 2021-06-23 13:23:43 +05:00
Kron4ek
f41e9be2c4
Remove redundant return from exec_test function 2021-06-22 13:51:01 +05:00
Kron4ek
fdc564be7d
Divide some packages into groups 2021-06-17 17:55:38 +05:00
Kron4ek
a8363f87b0
Enable ParallelDownloads feature of pacman
Speeds up the package installation process, especially when downloading a lot of small packages.
2021-06-17 17:46:35 +05:00
Kron4ek
e3329eb4e2
Update README.md 2021-06-17 17:20:35 +05:00
Kron4ek
6cefa5d5d1
Replace Java 8 with Java 16 2021-06-17 15:01:30 +05:00
Kron4ek
efdd6b1750
Update Arch mirrorlist 2021-06-17 14:58:25 +05:00
Kron4ek
ff29fd4d5f Add lzo, lzma and gzip support 2021-06-10 19:58:12 +05:00
Kron4ek
b6cfb6eddb
Enable full font hinting
To my taste full hinting looks better than slight hinting (which is used by default).
2021-06-10 02:03:50 +05:00
Kron4ek
a9f692e733
fuse3 is now also supported 2021-06-09 23:52:22 +05:00
Kron4ek
358acd8aca Add glibc libs and fuse3 support
The integrated utils now include two squashfuse binaries: the one is for fuse2 and the second is for fuse3.
Conty will automatically use the fuse3 version if fuse3 is installed, otherwise it will use the fuse2 version.

Besides, glibc libs are now included and they are used for the integrated utils.
Which means that the integrated utils now don't depend on system-wide glibc and will work even on really old distros (like Ubuntu 12.04, for example), assuming that kernel version is new enough, of course.
2021-06-09 23:46:31 +05:00
Kron4ek
ceca3a65ad
A note on kernel version requirements
For now at least 4.4 is required.
2021-06-09 20:33:07 +05:00
Kron4ek
3f7b76f6f4
Update README.md 2021-06-09 04:04:20 +05:00
Kron4ek
12a7d4bcd7
Update README.md 2021-06-08 23:20:23 +05:00
Kron4ek
1e990279ad
Update README.md 2021-06-08 22:21:41 +05:00
Kron4ek
a8017085bd
Update README.md 2021-06-08 22:07:16 +05:00
Kron4ek
55ecd8016e
Improvements for the self-update function 2021-06-08 21:45:57 +05:00
Kron4ek
d9238913e0
Fix exec checking 2021-06-08 19:57:30 +05:00
Kron4ek
5eb93c9127
Check if /tmp is mounted with noexec
If /tmp is mounted with noexec, use ~/.local/share/Conty as a working directory. And if HOME is also mounted with noexec, then show an error and exit.
2021-06-08 19:13:49 +05:00
Kron4ek
0751d00bab
Update README.md 2021-06-04 22:05:27 +05:00
Kron4ek
e8dd6dd55b
Update Chaotic-AUR url
cdn-mirror.chaotic.cx is broken for now.
2021-06-04 19:31:56 +05:00
Kron4ek
b88de42bc4
Fix the self-update function
Hopefully for sure this time.
2021-06-01 22:24:10 +05:00
Kron4ek
ed2fc50297
Update create-arch-bootstrap.sh 2021-05-28 16:36:11 +05:00
Kron4ek
cbc9cc4f87
Fix unmounting chroot directories
Hopefully for sure this time.
2021-05-28 16:29:17 +05:00
Kron4ek
7af5ceba68
Merge chaotic_packagelist with packagelist 2021-05-28 16:15:56 +05:00
Kron4ek
3e5f47f298
Properly mount and unmount directories for chroot 2021-05-28 15:14:00 +05:00
Kron4ek
334dffaa6c
Bind /etc/localtime
The timezone for applications running using Conty will be the same as on the host system.
2021-05-28 14:42:43 +05:00
Kron4ek
8fc39a132a
Update conty-start.sh
Bind $HOME to $HOME. This is useful in case if HOME is not /home/username.
2021-05-28 14:33:48 +05:00
Kron4ek
cca87e7349
Create empty /root directory
This is for those who want to run Conty with root privileges, which I do not recommend, but i understand that this may be useful in some cases.
2021-05-28 14:23:34 +05:00
Kron4ek
409a08d196
Bind XAUTHORITY file
This is required for any graphical application to work (to connect to X server) when SANDBOX is enabled. Another possible solution is to allow any local user to connect to X server by using xhost, but binding XAUTHORITY is simpler.
2021-05-28 14:22:29 +05:00
Kron4ek
85e0b8c837
Check for wget and gzip 2021-05-28 01:16:50 +05:00
Kron4ek
844f53e0cc
Update create-arch-bootstrap.sh 2021-05-28 01:07:34 +05:00
Kron4ek
edc3f5d938
Install packages after removing packages 2021-05-27 20:01:19 +05:00
Kron4ek
8dca7fe819
Replace yes with noconfirm
Otherwise pacman may hang in some cases (for example if there are multiple providers for a library).
2021-05-27 19:29:08 +05:00
Kron4ek
4b95ac108b
Install important packages first 2021-05-27 19:21:37 +05:00
Kron4ek
a77e3c2423
Reduce the locales list 2021-05-27 18:19:07 +05:00
Kron4ek
1a6265a3d7
Always install some packages
Always install fakeroot, reflector and squashfs-tools, even if they are missing from the "packagelist" variable. Because they are required for the self-update feature to work properly.
2021-05-25 19:19:37 +05:00
Kron4ek
a96d52b60f
A note about Chaotic-AUR 2021-05-25 19:00:49 +05:00
Kron4ek
21ef8c7514
Add an argument to show the script version 2021-05-25 18:31:21 +05:00
Kron4ek
d95634058d
Create empty /etc/localtime 2021-05-22 14:54:24 +05:00