Changeset 74

Show
Ignore:
Timestamp:
04/18/07 13:21:40 (1 year ago)
Author:
free
Message:

* Added zd1211-firmware
* Run tasksel in 64studio-upgrade to get new packages
* Added preferences file
* Added commented entry for the testing repository
* Set grub time to 5 seconds

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 64studio/trunk/apt/64studio.list

    r1 r74  
     1# Stable 64 Studio repository 
    12deb http://apt.64studio.com/64studio/stable 64studio main 
     3 
     4# Debian etch 
     5deb http://ftp.debian.org/debian etch main 
     6 
     7# Security updates 
     8deb http://security.debian.org/ etch/updates main 
     9 
     10# Bleeding edge 64 Studio repository, only for testers! 
     11#deb http://apt.64studio.com/64studio/stable 64studio main 
  • 64studio/trunk/debian/64studio-apt.install

    r1 r74  
    11apt/key                 usr/share/64studio/apt 
    22apt/64studio.list       etc/apt/sources.list.d 
     3apt/preferences         etc/apt 
  • 64studio/trunk/debian/64studio-themes.postinst

    r48 r74  
    8383 
    8484    # Grub timeout and directory 
    85     GRUB_TIMEOUT=20 
     85    GRUB_TIMEOUT=5 
    8686    sed -i -e "s|^timeout.*|timeout     $GRUB_TIMEOUT|g" /usr/sbin/update-grub 
    8787    mkdir -p /boot/grub 
  • 64studio/trunk/debian/changelog

    r52 r74  
     164studio (1.3.1) UNRELEASED; urgency=low 
     2 
     3  * Added zd1211-firmware 
     4  * Run tasksel in 64studio-upgrade to get new packages 
     5  * Added preferences file 
     6  * Added commented entry for the testing repository 
     7  * Set grub time to 5 seconds 
     8 
     9 -- Free Ekanayaka <freee@debian.org>  Fri, 30 Mar 2007 15:01:03 +0200 
     10 
    11164studio (1.3.0) unstable; urgency=low 
    212 
  • 64studio/trunk/tasksel-data/64studio-tasks.desc

    r51 r74  
    2929Test-new-install: install skip 
    3030Packages: list 
     31 zd1211-firmware 
    3132 acpid 
    3233 alsa-base 
     
    215216Test-new-install: install skip 
    216217Packages: list 
     218 midisport-firmware 
    217219 freewheeling 
    218220 terminatorx 
  • 64studio/trunk/utils/64studio-config

    r2 r74  
    4848fi 
    4949 
     50# Comment the cdrom source, we installed everything 
     51if [ -e /etc/apt/sources.list ]; then 
     52    sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list 
     53fi 
     54 
    5055# If network is available, run apt-get update, otherwise 
    5156# comment the source list 
  • 64studio/trunk/utils/64studio-upgrade

    r2 r74  
    11#!/bin/sh 
    22 
     3apt-get update 
    34apt-get dist-upgrade -y 
     5tasksel --new-install