Commit graph

29 commits

Author SHA1 Message Date
Kron4ek
5157084b54
Add an alternative download link for utils
Download utils from my gitlab repo in case downloading from GitHub fails for some reason.
2024-08-31 16:59:59 +03:00
Kron4ek
e25b933af6 Use Utils from CI to build Conty in CI
#156
2024-08-03 12:59:48 +03:00
Kron4ek
59140999cb
Get utils via git lfs 2024-08-01 11:15:57 +03:00
Kron4ek
7e50a8e5b7 Update mkdwarfs parameters 2024-01-17 16:28:02 +03:00
Kron4ek
d62ded2f56 Revert "Update create-conty.sh"
This reverts commit 7c0a8d0b8e.

Revert the previous commit

Unintentional commit.
2023-07-06 23:00:42 +05:00
Kron4ek
7c0a8d0b8e
Update create-conty.sh 2023-07-06 22:58:50 +05:00
Kron4ek
1149011f2f Change dwarfs compressor arguments
Better read performance, but worse compression ratio.
2023-06-13 17:10:13 +05:00
Kron4ek
55b172fef3
Remove note about utils_size
The script automatically adjusts sizes, no need to manually set them anymore.
2023-06-07 13:47:49 +05:00
Kron4ek
27677599f8 Make Conty even more portable
Conty now uses statically linked bash and busybox, so it no longer depends on system-wide bash, tar and gzip.

And other improvements in this commit:

* NVIDIA_HANDLER improved and enabled by default.
* Reworked the self-update feature, it uses fuse-overlayfs now instead of extracting the whole image.
* Added the CUSTOM_MNT, which allows to use Conty with already mounted custom moint points and directory structures.
* create-conty.sh now automatically sets the correct sizes in conty-start.sh
* Added more locales
2023-05-28 16:52:18 +05:00
Kron4ek
b6948fd350 By default use mksquashfs/mkdwarfs provided by the project
No reason not use them, this will allow people to build Conty even on systems that do not have mksquashfs or mkdwarfs.
For those who prefer to use their system-wide programs, there is USE_SYS_UTILS variable.
2023-04-07 15:50:36 +05:00
ghtm2
b21c8401ae
Use curl instead of wget (#63) 2023-02-16 15:48:21 +05:00
ghtm2
b3c16de238
Fix shellcheck warnings and style (#62) 2023-02-16 00:57:05 +05:00
Kron4ek
521ef2069f Update dwarfs compression arguments 2022-11-24 13:01:34 +05:00
Kron4ek
485cb07a64
Add a note about better compression 2022-04-06 00:48:09 +05:00
Kron4ek
d05109732b Change the default dwarfs compressor arguments
Slightly worse compression ratio, but faster file system access.
2021-11-08 16:18:46 +05:00
Kron4ek
d97077d026 Split squashfs and dwarfs utils
The dwarfs utils are relatively large (~20 MB when extracted) and are not needed for squashfs-compressed images, so it's better to move them into a separate archive.
2021-08-11 14:43:12 +05:00
Kron4ek
268ff808ba Implement the self-update function for dwarfs
And some other improvements.
2021-08-10 23:57:36 +05:00
Kron4ek
a34eef062b Tweaks for dwarfs 2021-08-07 00:31:49 +05:00
Kron4ek
8292d055f0 Add dwarfs support 2021-08-06 17:10:31 +05:00
Kron4ek
0e87bc0fb4
Add image_path variable 2021-07-10 00:24:37 +05:00
Kron4ek
3ac0e819e4
Fix use_existing_image 2021-06-27 14:52:28 +05:00
Kron4ek
ff29fd4d5f Add lzo, lzma and gzip support 2021-06-10 19:58:12 +05:00
Kron4ek
313958776c Rename squashfs-start.sh to conty-start.sh 2021-04-12 02:50:25 +05:00
Kron4ek
d50d5904b3
Add an option to use the existing squashfs image 2021-04-07 01:36:08 +05:00
frostworx
f0d9759b43
Just a few cosmetical changes (#6)
* minor cosmetics

* minor cosmetics

* pull own filesize from project page - removes need for hardcoded size

* Revert "pull own filesize from project page - removes need for hardcoded size" - nonsense

This reverts commit 5c540c3388.

Co-authored-by: frostworx <frost.zeux@gmail.com>
2021-03-29 00:36:13 +05:00
Kron4ek
5bb37afbb8
Use 256 KB block size by default for squashfs 2021-03-27 15:35:02 +05:00
Kron4ek
40ddb5325a
Download utils.tar if it's missing or corrupted 2021-03-27 00:55:20 +05:00
Kron4ek
f87e9df6a1
Use lz4 for squashfs compression by default 2021-03-27 00:53:44 +05:00
Kron4ek
f0a7155c35 Init repo 2021-03-26 22:03:50 +05:00