]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Die restlichen Eintraege des grubbatch entfernt.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 17 Sep 2007 20:19:32 +0000 (20:19 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Mon, 17 Sep 2007 20:19:32 +0000 (20:19 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@899 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

config/rootfiles/common/grub
doc/packages-list.txt
lfs/grub

index 2c62e20d0df729d5fbf28db4c09ddbc65a322675..3f3ff559719eb7c4961472e49b8eece5ba636e70 100644 (file)
@@ -1,7 +1,6 @@
 #boot/grub
 boot/grub/default
 boot/grub/grub.conf
-boot/grub/grubbatch
 boot/grub/ipfire.xpm.gz
 boot/grub/stage1
 boot/grub/stage2
index 84b9c5f3d7c616003ce3e7ad4fe3f3d6f5e9d762..b80426b14842921804cda411a06fa9962b3051be 100644 (file)
@@ -1,4 +1,4 @@
-== List of softwares used to build IPFire Version: 2.0beta1 ==
+== List of softwares used to build IPFire Version: 2.0beta2 ==
 * Archive-Tar-1.29
 * Archive-Zip-1.16
 * BerkeleyDB-0.27
 * libxml2-2.6.26
 * libxslt-1.1.17
 * linux-2.6.16.53
-* linux-atm-2.4.1
 * linux-libc-headers-2.6.12.0
 * linuxigd-0.95
 * logrotate-3.7.1
index e699fd5dfc624b7c1a46e830a88c6f38fd25d4dd..3c236b041592afedf69dad0fc3ddeb29f98f696f 100644 (file)
--- a/lfs/grub
+++ b/lfs/grub
@@ -94,8 +94,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        for i in $(DIR_SRC)/config/grub/*; do \
            [ -f $$i ] && cp -f $$i /boot/grub; \
        done
-
-       install -m 0755 $(DIR_SRC)/src/install+setup/install/grubbatch /boot/grub
+       
        /usr/sbin/grub-set-default 1
 
        @rm -rf $(DIR_APP)