bjorn3
|
dd27c1ae08
|
initfs: Introduce InodeTable
|
2026-04-25 13:58:52 +02:00 |
|
bjorn3
|
2052b70212
|
initfs: Allocate inodes in write_inode
|
2026-04-25 13:54:23 +02:00 |
|
bjorn3
|
108a9343e3
|
initfs: Move inode_count write from read_directory to allocate_contents
|
2026-04-25 13:53:39 +02:00 |
|
bjorn3
|
7e4e3864e5
|
initfs: Write inode table at the end
|
2026-04-25 13:53:39 +02:00 |
|
bjorn3
|
42fee3ca8d
|
initfs: Simplify archive cli
|
2026-04-25 13:53:38 +02:00 |
|
bjorn3
|
200ba82e57
|
initfs: Actually use Length newtype
|
2026-02-17 20:57:11 +01:00 |
|
bjorn3
|
0e0287cb6d
|
initfs: Use fixed modes for inode types
This also ensures that the write bit is never set and the execute bit
is always set for directories.
|
2026-02-17 20:57:10 +01:00 |
|
bjorn3
|
c028c49c55
|
initfs: Symlinks should be resolved relative to symlink parent
|
2026-02-17 20:54:53 +01:00 |
|
bjorn3
|
edd1c249e9
|
initfs: Remove uid and gid fields for inodes
The initfs creation code always puts 0 in them.
|
2026-02-17 20:54:35 +01:00 |
|
bjorn3
|
c611054bbd
|
initfs: Move archive-common package into initfs-tools
|
2026-02-17 20:54:10 +01:00 |
|