Vladislav Nepogodin
80b36ccaf3
🔖 Bump version
2023-08-12 20:57:13 +00:00
Vladislav Nepogodin
9586a31a54
🚧 fix compilation with meson
2023-08-12 20:53:11 +00:00
Vladislav Nepogodin
8232bed5d1
🚧 update repo list
2023-08-11 22:19:40 +00:00
Vladislav Nepogodin
549affabd8
📝 add todos
2023-08-11 21:39:34 +00:00
Vladislav Nepogodin
66eb980c9e
🚧 fix compilation
2023-07-01 01:38:30 +04:00
Vladislav Nepogodin
1c7aa2576f
🚧 fix compilation
2023-07-01 01:28:06 +04:00
Vladislav Nepogodin
a858c11990
🧹 apply clang-format
2023-07-01 01:19:22 +04:00
Vladislav Nepogodin
0ca553b6e4
🧹 apply clang-format
2023-07-01 01:18:03 +04:00
Vladislav Nepogodin
405ec27556
👷 add new DEs/WMs
2023-07-01 01:16:10 +04:00
Vladislav Nepogodin
904a44890a
👷 update package lists
2023-07-01 01:08:33 +04:00
Vladislav Nepogodin
fedda098d6
🚧 drop cutefish
2023-06-30 23:47:16 +04:00
Vladislav Nepogodin
54a28595c2
🚧 chwd: fix logic
2023-06-30 23:45:33 +04:00
Vladislav Nepogodin
0ff8160e72
🚧 chwd: update names
2023-06-30 18:59:55 +04:00
Vladislav Nepogodin
27c315db89
🧹 apply clang-format
2023-06-04 03:13:23 +04:00
Vladislav Nepogodin
2fb198c0f4
♻ update deps
2023-06-04 02:59:23 +04:00
Vladislav Nepogodin
dcad598b02
👷 add function to dump settings
2023-04-03 03:23:37 +04:00
Vladislav Nepogodin
1f0cfb9b10
🔧 Adjust the cmake build options
...
also add later use of libc++ later,
for now it's not compiling with libc++.
2023-04-03 03:22:12 +04:00
Vladislav Nepogodin
0b76a9a968
🧹 move the include to dev environment
2023-04-03 01:58:41 +04:00
Vladislav Nepogodin
7c0c3f1003
👷 allow to run inst_needed safely in dev environment
2023-04-03 00:51:02 +04:00
Vladislav Nepogodin
786de0fd46
👷 allow to run arch_chroot safely in dev environment
2023-04-03 00:42:48 +04:00
Vladislav Nepogodin
3d720b08c8
🧹 move the formatted string to var to reduce repeated code
2023-04-03 00:11:50 +04:00
Vladislav Nepogodin
e80752fbb3
🚧 refind: dump config to the install log
2023-04-02 03:42:51 +04:00
Vladislav Nepogodin
4c527fe61a
🚧 refind: typo
2023-04-02 03:37:43 +04:00
Vladislav Nepogodin
6b79c9942f
🚧 refind: install all drivers by default
2023-04-02 03:34:29 +04:00
Vladislav Nepogodin
b146961052
🚧 refind: remove graphics mode
2023-04-02 03:33:12 +04:00
Vladislav Nepogodin
b07279a89e
🚧 make refind installation more verbose
2023-04-02 03:30:35 +04:00
Vladislav Nepogodin
4297a1f43f
🚧 fix cachyos repo addition
...
remove additional check if one of the repos persist,
then return from function and do nothing.
logic was wrong anyway. here we was checking the
persitance of the repos only to add keyrings.
2023-04-02 03:21:37 +04:00
Vladislav Nepogodin
e74d16a322
🚧 don't overwrite pacstrap log
2023-04-02 03:14:04 +04:00
Vladislav Nepogodin
52529f16fd
🚧 fix locale detection
2023-04-02 03:08:57 +04:00
Vladislav Nepogodin
e452bdce71
🧹 cleanup
2023-02-25 12:17:18 +04:00
Vladislav Nepogodin
6f088ea460
🧹 rename get_root_fs -> get_mountpoint_fs
2023-02-25 12:09:09 +04:00
Vladislav Nepogodin
07871ff09b
🧹 cleanup redurant function calls
2023-02-25 04:23:23 +04:00
Vladislav Nepogodin
53d89bdc4e
👷 Expose server profile config to config
...
Allow user to enable server profile from config option,
by using `server_mode: true` in the config file.
Install additional packages for BTFS, ZFS.
2023-02-25 04:08:11 +04:00
Vladislav Nepogodin
71cc7c8189
👷 handle server profile in simple view
2023-02-25 04:07:44 +04:00
Vladislav Nepogodin
42ed0f0db2
🚧 correctly install zfs module for kernels
2023-02-25 04:04:26 +04:00
Vladislav Nepogodin
ba0253f829
🚧 add missing mirrorlist
2023-02-09 09:48:12 +04:00
Vladislav Nepogodin
4cabe5de23
👷 server profile
2023-02-09 09:43:50 +04:00
Vladislav Nepogodin
8315a7969f
🚧 fix
2023-02-09 09:27:32 +04:00
Vladislav Nepogodin
51439b45c7
🧹 cleanup; move generic functions to utils
2023-02-09 02:36:11 +04:00
Vladislav Nepogodin
180001be13
🧹 cleanup; move generic functions to utils
2023-02-01 04:14:28 +04:00
Vladislav Nepogodin
577c2920b9
🧹 use fmt_compile macro
2023-01-28 23:52:42 +04:00
Vladislav Nepogodin
18d3f9edf2
🧹 apply clang-format
2023-01-28 21:21:13 +04:00
Vladislav Nepogodin
42b24fce70
👷 add partition field to the config
2023-01-28 02:09:33 +04:00
Vladislav Nepogodin
66e01de191
🧹 apply clang-format
2023-01-26 09:51:05 +04:00
Vladislav Nepogodin
43b3458053
🧹 apply clang-format
2023-01-26 09:49:25 +04:00
Vladislav Nepogodin
d5d79f7ddf
👷 new desktops
2023-01-26 09:48:06 +04:00
Vladislav Nepogodin
316bade324
🧹 cleanup
2023-01-21 18:03:47 +04:00
Vladislav Nepogodin
80cec17ef5
👷 add new function to control pacmanconf repos
2023-01-21 17:17:04 +04:00
Vladislav Nepogodin
d1d5059463
🚧 fix repo addition
2023-01-21 12:17:53 +04:00
Vladislav Nepogodin
6d29dedd8b
[skip ci] 🚧 fix compilation
2023-01-21 11:19:00 +04:00