mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
hfsprogs: initial import
Adds supports for hfsprogs, allowing the creation and verification of HFS/HFS+ filesystems. This creates two selectable packages: - hfsfsck - mkhfs A filesystem checking script is included with hfsfsck to allow OpenWrt to check/repair filesystem errors. Using Ubuntu's 332.25 sources plus their patches from debian/patches/. Signed-off-by: Florian Fainelli <florian@openwrt.org>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= <rbrito@ime.usp.br>
|
||||
Date: Thu, 24 Oct 2013 01:11:21 -0200
|
||||
Subject: Fix path for HFS wrapper block
|
||||
|
||||
Fix the installation of the HFS wrapper block to be compliant in Linux
|
||||
systems (since it is arch independent).
|
||||
---
|
||||
newfs_hfs.tproj/makehfs.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/newfs_hfs.tproj/makehfs.c b/newfs_hfs.tproj/makehfs.c
|
||||
index 7609779..2233ef7 100644
|
||||
--- a/newfs_hfs.tproj/makehfs.c
|
||||
+++ b/newfs_hfs.tproj/makehfs.c
|
||||
@@ -70,7 +70,7 @@ extern Boolean _CFStringGetFileSystemRepresentation(CFStringRef string, UInt8 *b
|
||||
#include "readme.h"
|
||||
|
||||
|
||||
-#define HFS_BOOT_DATA "/usr/share/misc/hfsbootdata"
|
||||
+#define HFS_BOOT_DATA "/usr/share/hfsprogs/hfsbootdata"
|
||||
|
||||
#define HFS_JOURNAL_FILE ".journal"
|
||||
#define HFS_JOURNAL_INFO ".journal_info_block"
|
||||
Reference in New Issue
Block a user