Displaying 4 results from an estimated 4 matches for "rootfs_dir".
Did you mean:
root_dir
2014 Nov 21
3
[RFC] make extlinux work without mount the filesystem
...-d test.img
then the bootsector will be installed without mount the test.img
I had added something similar to e2fsprogs' mke2fs: (on master branch)
http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/log/
which can copy files into test.img without mount it, for example:
$ mke2fs -t ext3 -d <rootfs_dir> -F test.img
I'd like to make extlinux can work without mount the filesystem (use
libext2fs), is it possible for extlinux, please ? And is such a patch
acceptable, please ? (Add a "-d/--device <device>" option, and the
option is optional).
Any comments is appreciated.
--...
2014 Nov 21
0
[RFC] make extlinux work without mount the filesystem
On 11/20/2014 10:21 PM, Robert Yang wrote:
>
> which can copy files into test.img without mount it, for example:
> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img
>
> I'd like to make extlinux can work without mount the filesystem (use
> libext2fs), is it possible for extlinux, please ? And is such a patch
> acceptable, please ? (Add a "-d/--device <device>" option, and the
> option is optional).
>
I wou...
2014 Nov 21
2
[RFC] make extlinux work without mount the filesystem
On 11/21/2014 02:33 PM, H. Peter Anvin wrote:
> On 11/20/2014 10:21 PM, Robert Yang wrote:
>>
>> which can copy files into test.img without mount it, for example:
>> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img
>>
>> I'd like to make extlinux can work without mount the filesystem (use
>> libext2fs), is it possible for extlinux, please ? And is such a patch
>> acceptable, please ? (Add a "-d/--device <device>" option, and the
>> option is op...
2014 Nov 21
0
[RFC] make extlinux work without mount the filesystem
>
>
> On 11/21/2014 02:33 PM, H. Peter Anvin wrote:
> > On 11/20/2014 10:21 PM, Robert Yang wrote:
> >>
> >> which can copy files into test.img without mount it, for example:
> >> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img
> >>
> >> I'd like to make extlinux can work without mount the filesystem (use
> >> libext2fs), is it possible for extlinux, please ? And is such a patch
> >> acceptable, please ? (Add a "-d/--device <device>" option, and the
&...