This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Web pages".
The branch, master has been updated
via b9c3f3ae29a396a33d1f40dce439fe11ace2f3c4 (commit)
from e9034d566710efcc3c78aa9cad144f81f5546736 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b9c3f3ae29a396a33d1f40dce439fe11ace2f3c4
Author: [email protected] <[email protected]>
Date: Fri May 31 15:06:43 2024 -0400
add example of how to create a custom filesystem.
Hey Samuel, this is another modification of a previous commit.
Hopefully this addresses your critiques. I also added in
"-E root_owner=$UID:0" to some other files, where I thought it
was appropirate. Hopefully I didn't make any mistakes. I did test
this by the way. I was able to get ~/silly/silly1 to be two
nested ext2fs translators. All without having to execute "sudo"!
* hurd/translator/ext2fs.mdwn: explain how to create a custom
filesystem, and mentioned that the current limit for how many
nested ext2fs filesystems there could be...is 32.
* faq/still_useful: sbin/mk2fs dummy.fs -> sbin/mk2fs -E root_owner=$UID:0
dummy.fs
* hurd/documentation/translators.html: as above.
* open_issues_/64-bit_port.mdwn: as above
Message-ID: <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
faq/still_useful.mdwn | 2 +-
hurd/documentation/translators.html | 2 +-
hurd/translator/ext2fs.mdwn | 51 +++++++++++++++++++++++++++++++++++++
open_issues/64-bit_port.mdwn | 2 +-
4 files changed, 54 insertions(+), 3 deletions(-)
hooks/post-receive
--
Web pages