Ignore:
Timestamp:
01/13/09 18:15:46 (3 years ago)
Author:
tschmitt
Message:
  • Aktualisierung von cloop auf Version 2.628.
  • Neue start.conf-KERNEL-Wert "reboot" für Windows-Systeme, veranlasst einen Reboot des Clients anstatt das BS zu starten.
File:
1 edited

Legend:

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

    r412 r416  
    189189                echo "[1mUnpacking $(CLOOP_ARCHIVE)...[0m" ; \ 
    190190                tar xf cache/$(CLOOP_ARCHIVE) -C kernel; \ 
    191                 echo "[1mPatching cloop sources...[0m" ; \ 
    192                 ( cd $(CLOOP_DIR) && for i in ../../patches/cloop/*; do patch -p1 <$$i; done ); \ 
     191                #echo "[1mPatching cloop sources...[0m" ; \ 
     192                #( cd $(CLOOP_DIR) && for i in ../../patches/cloop/*; do patch -p1 <$$i; done ); \ 
    193193                ln -sf ../$(CLOOP_DIR) kernel/cloop; \ 
    194194        fi 
Note: See TracChangeset for help on using the changeset viewer.