Changeset 74
- Timestamp:
- 04/18/07 13:21:40 (1 year ago)
- Files:
-
- 64studio/trunk/apt/64studio.list (modified) (1 diff)
- 64studio/trunk/apt/preferences (added)
- 64studio/trunk/debian/64studio-apt.install (modified) (1 diff)
- 64studio/trunk/debian/64studio-themes.postinst (modified) (1 diff)
- 64studio/trunk/debian/changelog (modified) (1 diff)
- 64studio/trunk/tasksel-data/64studio-tasks.desc (modified) (2 diffs)
- 64studio/trunk/utils/64studio-config (modified) (1 diff)
- 64studio/trunk/utils/64studio-upgrade (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
64studio/trunk/apt/64studio.list
r1 r74 1 # Stable 64 Studio repository 1 2 deb http://apt.64studio.com/64studio/stable 64studio main 3 4 # Debian etch 5 deb http://ftp.debian.org/debian etch main 6 7 # Security updates 8 deb 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 1 1 apt/key usr/share/64studio/apt 2 2 apt/64studio.list etc/apt/sources.list.d 3 apt/preferences etc/apt 64studio/trunk/debian/64studio-themes.postinst
r48 r74 83 83 84 84 # Grub timeout and directory 85 GRUB_TIMEOUT= 2085 GRUB_TIMEOUT=5 86 86 sed -i -e "s|^timeout.*|timeout $GRUB_TIMEOUT|g" /usr/sbin/update-grub 87 87 mkdir -p /boot/grub 64studio/trunk/debian/changelog
r52 r74 1 64studio (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 1 11 64studio (1.3.0) unstable; urgency=low 2 12 64studio/trunk/tasksel-data/64studio-tasks.desc
r51 r74 29 29 Test-new-install: install skip 30 30 Packages: list 31 zd1211-firmware 31 32 acpid 32 33 alsa-base … … 215 216 Test-new-install: install skip 216 217 Packages: list 218 midisport-firmware 217 219 freewheeling 218 220 terminatorx 64studio/trunk/utils/64studio-config
r2 r74 48 48 fi 49 49 50 # Comment the cdrom source, we installed everything 51 if [ -e /etc/apt/sources.list ]; then 52 sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list 53 fi 54 50 55 # If network is available, run apt-get update, otherwise 51 56 # comment the source list 64studio/trunk/utils/64studio-upgrade
r2 r74 1 1 #!/bin/sh 2 2 3 apt-get update 3 4 apt-get dist-upgrade -y 5 tasksel --new-install
