Changeset 234
- Timestamp:
- 09/01/07 11:59:30 (1 year ago)
- Files:
-
- 64studio/trunk/debian/changelog (modified) (1 diff)
- 64studio/trunk/utils/64studio-config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
64studio/trunk/debian/changelog
r233 r234 4 4 * Added flashplugin-nonfree 5 5 * Added pppoeconf (closes #367) 6 * Comment the cdrom APT entry only if the network is available 6 7 7 8 -- Free Ekanayaka <freee@debian.org> Tue, 21 Aug 2007 10:58:44 +0200 64studio/trunk/utils/64studio-config
r209 r234 48 48 fi 49 49 50 # Comment the cdrom source, we installed everything51 if [ -e /etc/apt/sources.list ]; then52 sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list53 fi54 55 50 # If network is available, run apt-get update, otherwise 56 51 # comment the source list … … 61 56 if route -n | grep -q ^0.0.0.0; then 62 57 apt-get update || sed -i -e 's/^deb /#deb /g' $APT_SOURCE 58 59 # Comment the cdrom source, we install from the internet 60 if [ -e /etc/apt/sources.list ]; then 61 sed -i -e 's/^\(deb cdrom:.*\)/#\1/g' /etc/apt/sources.list 62 fi 63 63 else 64 64 sed -i -e 's/^deb /#deb /g' $APT_SOURCE
