]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added ext4 support to grub.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Feb 2009 13:01:37 +0000 (14:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Feb 2009 13:01:37 +0000 (14:01 +0100)
lfs/grub

index 3f757b60b8d6e279fb60208238687c405c4d600f..81fd13289a9c4f14d5e85611bf4c80ac544ee6bc 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -71,7 +71,8 @@ objects = $(DL_FILE) \
        grub-0.93-configfile.patch \
        $(THISAPP)-256byte_inode-1.patch \
        grub-0.94-installcopyonly.patch \
-       $(THISAPP)-install.in.patch
+       $(THISAPP)-install.in.patch \
+       $(THISAPP)-ext4-1.patch
 
 download: $(objects)
 
@@ -106,6 +107,7 @@ $(OBJECT): $(objects)
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-256byte_inode-1.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-install.in.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/grub-0.94-installcopyonly.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-ext4-1.patch
        
        cd $(DIR_APP) && autoconf