Commit Graph

455 Commits

Author SHA1 Message Date
bjorn3
99fbcf34f0 Move root home to /home/root
AFAIK /root is just a historic artifact from back when the root and home
partition were separate.
2026-03-01 13:13:31 +01:00
Wildan M
b336b52f15
Build prefix on Redox OS, add self hosted mode 2026-02-26 19:03:07 +07:00
bjorn3
474729b4f2 Specify dependencies between init scripts
This aims to reproduce the current execution order of init scripts, not
to provide the minimal set of dependencies. That can be implemented
later.
2026-02-25 23:01:26 +01:00
Jeremy Soller
7c1132a728 Merge branch 'improvements' into 'master'
Some filesystem config improvements and cleanup

See merge request redox-os/redox!1930
2026-02-21 15:17:19 -07:00
Ribbon
36568bbf37 Some filesystem config improvements and cleanup 2026-02-21 15:17:18 -07:00
Wildan M
a1edc63c01
Fix printing redoxer messages 2026-02-21 21:57:47 +07:00
Jeremy Soller
e12432e19f Merge branch 'nodejs-assert' into 'master'
Fix nodejs crash assertion, update opts, add to CI

See merge request redox-os/redox!1929
2026-02-20 05:48:56 -07:00
Jeremy Soller
e97e3f685a Merge branch 'working-neovim' into 'master'
Workaround neovim signal issues

See merge request redox-os/redox!1925
2026-02-20 05:42:04 -07:00
Jeremy Soller
65e491ada5 Add more examples to wayland config 2026-02-19 17:58:49 -07:00
Wildan M
55c1516e12
Fix nodejs crash assertion, update opts, add to CI 2026-02-20 06:22:19 +07:00
Jeremy Soller
fb7c5da2c2 Updates to wayland config 2026-02-19 15:42:24 -07:00
bjorn3
57708a0a5e Remove all usage of env var export in init scripts 2026-02-19 21:51:38 +01:00
Jeremy Soller
7c374fde85 Enable cosmic-comp now that it works 2026-02-19 13:32:16 -07:00
Jeremy Soller
fb48bedf3f Merge branch 'move_init_to_scripts' into 'master'
Change a couple of init scripts to shell scripts

See merge request redox-os/redox!1921
2026-02-19 13:03:11 -07:00
bjorn3
294c0064de Change a couple of init scripts to shell scripts
The cd command in init scripts manipulates global state, support for
which we may remove in the future.
2026-02-19 20:53:26 +01:00
Wildan M
0032f4f39d
Workaround neovim signal issues 2026-02-20 01:03:52 +07:00
Jeremy Soller
819140bf9d Improvements for wayland config 2026-02-19 10:12:22 -07:00
Jeremy Soller
fe53c69734 config/wayland: use cosmic-comp 2026-02-19 07:59:11 -07:00
Jeremy Soller
30cfb47f22 Add os-test-bins to x86_64 CI 2026-02-19 07:18:31 -07:00
Wildan M
cf314c9087
Enable rust + gcc on aarch64, disable acid for i586 + riscv64gc 2026-02-17 14:14:52 +07:00
bjorn3
a67739e030 Revert "Temporarily change default shell"
Most configs don't have bash installed.

This reverts commit 95ea0ffaca.
2026-02-14 16:43:10 +01:00
Jeremy Soller
91cce3fea0 Merge branch 'zhiwei/wayland-build-config-comment' into 'master'
Correct wayland build config name comment

See merge request redox-os/redox!1899
2026-02-12 15:43:59 -07:00
Zhiwei Liang
268d9da566 Correct wayland build config name comment 2026-02-12 15:43:59 -07:00
auronandace
27b17caf36 add zoxide comments to other CI 2026-02-12 21:56:21 +00:00
auronandace
34125ccf86 add zoxide to x86_64 CI 2026-02-12 09:35:56 +00:00
Wildan M
42656cc5a6
Add bashrc and bash-completion 2026-02-10 16:30:24 +07:00
Wildan M
0602e65ee7
Remove resist from CI 2026-02-09 03:49:44 +07:00
Wildan M
d4bffea880
Update nushell and add to CI 2026-02-08 22:14:30 +07:00
Jeremy Soller
4e97b2acbd Merge branch 'change-shell' into 'master'
Change shell temporarily, add zsh and fish to CI

See merge request redox-os/redox!1881
2026-02-08 07:30:50 -07:00
Ribbon
c71e7c691f Some test improvements 2026-02-08 07:24:55 -07:00
Wildan M
dd3d40ec29
Add fish and zsh to CI 2026-02-08 14:54:00 +07:00
Wildan M
95ea0ffaca
Temporarily change default shell 2026-02-08 14:16:24 +07:00
Jeremy Soller
454cf9034e Merge branch 'master' of https://gitlab.redox-os.org/redox-os/redox 2026-02-06 08:02:36 -07:00
Jeremy Soller
86f65219a8 Add CI taret for os-test 2026-02-06 08:02:03 -07:00
Zhiwei Liang
712d47f355 Remove termplay recipe 2026-02-06 06:56:04 -07:00
Wildan M
7e4166327a
Rename llvm groups 2026-02-04 06:23:54 +07:00
Wildan M
558d89b0a3
Simplify x11 config, add x11 + wayland to CI 2026-02-04 01:09:43 +07:00
bjorn3
0d770b5cc1 Mark services as notify where necessary 2026-01-26 21:51:57 +01:00
bjorn3
bf5c2256c4 Move /ui to /usr/share/ui
And make /usr/share/fonts and /usr/share/icons the canonical locations
for fonts and icons respectively.
2026-01-25 21:05:42 +01:00
Jeremy Soller
e56bdc7e86 Merge branch 'dbus-pid' into 'master'
x11: Remove pid file on boot

See merge request redox-os/redox!1828
2026-01-21 06:13:38 -07:00
Wildan M
d6c8e9f5ed
x11: Remove pid file on boot 2026-01-21 13:16:52 +07:00
Jeremy Soller
8299bc33bf Merge branch 'namespace-improvemnt' into 'master'
feat: Add login_schemes.toml to base config.

See merge request redox-os/redox!1790
2026-01-20 20:57:56 -07:00
Benton60
98ac58d3b9 add pls to ci 2026-01-20 21:24:15 -05:00
Ibuki.O
58065ab67e feat: Add login_schemes.toml to base config. 2026-01-20 12:03:40 +09:00
Ribbon
524ce53768 Some filesystem config and recipe improvements 2026-01-19 17:12:00 -07:00
Wildan M
9b9f0b80d7
server-demo: Update rustysd init, update PHP 2026-01-16 16:23:37 +07:00
Wildan M
6d1586f805
Add arch config to update redoxer 2026-01-10 18:23:08 +07:00
Wildan M
34e9d4494d
Don't generate dsa key for server-demo 2025-12-31 16:44:43 +07:00
Wildan M
573bb50cca
Build cargo in rust recipe 2025-12-30 17:21:20 +07:00
Wildan M
dbfdb8e1d4
Add gnu-make to CI 2025-12-21 19:30:07 +07:00