]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/mke2fs.8.in
mke2fs: Add root_perms extended mke2fs option.
authorDmitry Chestnykh <dm.chestnykh@gmail.com>
Sat, 25 Nov 2023 11:25:55 +0000 (14:25 +0300)
committerDmitry Chestnykh <dm.chestnykh@gmail.com>
Sun, 26 Nov 2023 02:49:11 +0000 (05:49 +0300)
commit62da986682d41c3d5cef207890cbeedfb67a2dbb
treeff42f86760d608ab0b48a1574795cd3d240214bb
parentfe93a29695f7398046bc9c6aea43ba890687c4c4
mke2fs: Add root_perms extended mke2fs option.

This options allows user to specify custom root dir
permissions at FS creation time. If no perms are specified
then the root dir permissions would be set to default.

Signed-off-by: Dmitriy Chestnykh <dm.chestnykh@gmail.com>
misc/mke2fs.8.in
misc/mke2fs.c
tests/m_root_perms/expect.1 [new file with mode: 0644]
tests/m_root_perms/script [new file with mode: 0644]