Jeremy Soller
42bf670824
Link /libexec to /usr/libexec
2024-04-01 09:55:24 -06:00
Jeremy Soller
e3221aa0a8
Move bootloader to base template
2024-02-10 10:39:56 -07:00
bjorn3
312df3a563
Remove /etc/redox-release
...
Screenfetch now understands /etc/os-release
2024-01-26 21:18:25 +01:00
bjorn3
5c85210900
Fix the format of /etc/os-release
...
The os-release crate can't handle parsing the current format, and the
python example on the /etc/os-release man page suggests that it is
invalid to have a space before the equal sign.
2024-01-25 17:57:03 +01:00
bjorn3
4cab6ca334
Use the standard os-release instead of redox specific redox-release
...
This allows programs not specifically written for Redox OS to discover
information about the OS it is running on.
2024-01-08 18:17:30 +01:00
Jeremy Soller
f04bb44e55
Merge branch 'clear_tmp_on_boot' into 'master'
...
Clear /tmp when booting
See merge request redox-os/redox!1403
2024-01-08 16:16:55 +00:00
bjorn3
fc4a6d43c6
Add uutils to base
2024-01-08 17:11:22 +01:00
bjorn3
5887119311
Move all system init configs to /usr/lib/init.d
...
This keeps /etc/init.d for local overrides without risking them getting
overwritten by system updates.
2024-01-07 18:15:34 +01:00
bjorn3
52a3aa4980
Clear /tmp when booting
...
This matches the behavior of most UNIX systems and ensures that the disk
doesn't eventually fills entirely with unused temporary files.
2024-01-06 18:47:35 +01:00
bjorn3
21561d1642
Make /{bin,lib,share,include} a symlink to /usr/{bin,lib,share,include}
...
This matches the directory layout of modern Linux systems.
2024-01-06 18:01:51 +01:00
bjorn3
a17c81df0c
Move /etc/group generation to the installer
...
This ensures that the gid's for the auto-generated user groups stay in
sync with the gid in /etc/passwd. It also makes it easier to evolve the
format of /etc/group in the future.
2024-01-06 17:56:11 +01:00
Ron Williams
0a739ba2a4
add /dev/tty and other libc: links
2024-01-05 06:27:09 -08:00
Jeremy Soller
72365aca16
Move escalated, ipcd, and ptyd to base
2024-01-04 13:15:16 -07:00
Jeremy Soller
03ed74d02c
Move group configuration to base
2024-01-04 11:40:24 -07:00
Jeremy Soller
bc36226dd7
Move user configuration to base
2024-01-04 11:36:45 -07:00
Jeremy Soller
297153b19c
Move boostrap, initfs, kernel to base
2024-01-04 11:23:14 -07:00
Jeremy Soller
a0e7ff99df
Add net config template
2024-01-04 11:08:53 -07:00
bjorn3
d130e9f73c
Use the new config include functionality for creating the base system files
2024-01-04 15:31:44 +01:00