Ignore:
Timestamp:
02/05/10 19:55:47 (2 years ago)
Author:
tschmitt
Message:
  • Paket:
    • LSB-Header zu linbo-multicast Initskript hinzugefügt.
    • postinst: o Bereitstellen der Bittorrent-Initskripte, werden vom Lenny-Bittorrent-Paket nicht

mehr automatisch installiert.

o Unterdrücken des Passwortprompts bei SSH-Schlüsselgenerierung.

  • Linbofs
    • Rsync: neue Version 3.0.7.
    • linbo_cmd.sh: o mk_cloop(): Rsync-Optionen bzgl. Dateisystemtyp differenziert (ntfs, vfat, other).
    • linbo_wrapper: Shutdown-Befehl von poweroff nach halt geändert.
    • ntfs-3g: Neue Version 2010.1.16 (stable).
  • Kernel: Neue Version 2.6.32.7.
  • Serverskripte
    • Syslinux: Auf Lenny neu kompiliert.
    • make-linbo-media.sh: o Neue Option -n: erlaubt Passwort basiertes einloggen, benötigt -p, optional. o Neue Option -p <passwort>: setzt das lokale linbo Adminpasswort, wird auch für

Root-SSH-Login benutzt, wenn mit -n das Passwort basierte Einloggen erlaubt wurde, optional.

o Neue Option -r: entfernt den öffentlichen SSH-Schlüssen des Serverbenutzers root.
o Ermittlung der LINBO-Parameter aus der gruppenspezifischen PXE-Konfigurationsdatei verbessert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/branches/testing/debian/rules

    r585 r591  
    6161NTFS3G_ARCHIVE=$(shell grep ntfs-3g- debian/md5sums.src | awk '{ print $$2 }') 
    6262NTFS3G_DIR=src/$(shell echo $(NTFS3G_ARCHIVE) | sed -e 's/.tgz//') 
    63 #NTFS3G_URL=http://www.ntfs-3g.org 
    64 NTFS3G_URL=$(LML_URL) 
     63NTFS3G_URL=http://tuxera.com/opensource 
    6564 
    6665# ntfsprogs 
     
    290289        -@if [ ! -e $(NTFS3G_DIR)/src/.libs/ntfs-3g ]; then \ 
    291290                echo "[1mBuilding ntfs-3g...[0m" ; \ 
    292                 ( cd $(NTFS3G_DIR) && ./configure --enable-static --enable-posix-acls && make && strip src/.libs/secaudit && strip src/.libs/ntfs-3g && strip libntfs-3g/.libs/libntfs-3g.so.4917.0.0 ); \ 
     291                ( cd $(NTFS3G_DIR) && ./configure --enable-static --enable-posix-acls && make && strip src/.libs/ntfs-3g.secaudit && strip src/.libs/ntfs-3g && strip libntfs-3g/.libs/libntfs-3g.so.73.0.0 ); \ 
    293292        fi 
    294293 
     
    305304        fi 
    306305 
    307         # syslinux (already built on etch) 
     306        # syslinux (already built on lenny) 
    308307#       -@if [ ! -e $(SYSLINUX_DIR)/gpxe/src/bin/gpxe.lkrn ]; then \ 
    309308#               echo "[1mBuilding syslinux...[0m" ; \ 
Note: See TracChangeset for help on using the changeset viewer.