Ignore:
Timestamp:
01/09/09 10:18:00 (3 years ago)
Author:
tschmitt
Message:
  • changed grub4dos download source to  http://nufans.net/grub4dos
  • updated grub4dos to 0.4.4-12-29
  • kernel update to 2.6.28
  • removed atl2 kernel patch
  • added kvm's virtio drivers to kernel config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/trunk/debian/rules

    r366 r412  
    4848GRUB4DOS_ARCHIVE=$(shell grep grub4dos- debian/md5sums.src | awk '{ print $$2 }') 
    4949GRUB4DOS_DIR=src/$(shell echo $(GRUB4DOS_ARCHIVE) | sed -e 's/.zip//') 
    50 GRUB4DOS_URL=http://download.gna.org/grub4dos 
     50GRUB4DOS_URL=http://nufans.net/grub4dos 
    5151 
    5252# ms-sys 
     
    200200                echo "[1mUnpacking $(KERNEL_ARCHIVE)...[0m" ; \ 
    201201                tar xf cache/$(KERNEL_ARCHIVE) -C kernel; \ 
    202                 echo "[1mPatching kernel sources...[0m" ; \ 
    203                 ( cd $(KERNEL_DIR) && for i in ../../patches/linux/*; do patch -p1 <$$i; done ); \ 
     202                #echo "[1mPatching kernel sources...[0m" ; \ 
     203                #( cd $(KERNEL_DIR) && for i in ../../patches/linux/*; do patch -p1 <$$i; done ); \ 
    204204                cp conf/kernel.conf $(KERNEL_DIR)/.config; \ 
    205205        fi 
Note: See TracChangeset for help on using the changeset viewer.