mirror of
https://github.com/gooselinux/yaboot.git
synced 2025-04-09 23:37:03 +00:00
12 lines
447 B
Diff
12 lines
447 B
Diff
--- yaboot-1.3.10/second/fs_ext2.c.ext3 2003-04-09 21:38:48.000000000 -0400
|
|
+++ yaboot-1.3.10/second/fs_ext2.c 2003-04-09 21:40:32.000000000 -0400
|
|
@@ -189,7 +189,7 @@
|
|
ofopened = 1;
|
|
|
|
/* Open the ext2 filesystem */
|
|
- result = ext2fs_open (buffer, EXT2_FLAG_RW, 0, 0, linux_io_manager, &fs);
|
|
+ result = ext2fs_open (buffer, EXT2_FLAG_DIRTY, 0, 0, linux_io_manager, &fs);
|
|
if (result) {
|
|
|
|
if(result == EXT2_ET_BAD_MAGIC)
|