home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Welt 2006 November (DVD)
/
PCWELT_11_2006.ISO
/
casper
/
filesystem.squashfs
/
usr
/
lib
/
ubiquity
/
apt-setup
/
generators
/
01setup
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-15
|
305 b
|
15 lines
#!/bin/sh
set -e
file="$1"
# add old file as comments
sed 's/^/# /' < $ROOT/etc/apt/sources.list | sed 's/^# # */# /' > $file
# start out with old configuration, if any
if [ -e $ROOT/etc/apt/apt.conf ]; then
cp -a $ROOT/etc/apt/apt.conf $ROOT/etc/apt/apt.conf.new
else
>$ROOT/etc/apt/apt.conf.new
fi