[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: no usb-hdd images for squeeze



Hello.

Nothing I can not prove and do not let me link in the binary.

On the other hand I tried the modified scripts 01setup in the installer and everything goes right. ...



#!/bin/sh
set -e

file="$1"

# add old file as comments
sed 's/^/# /' < $ROOT/etc/apt/sources.list | sed 's/^# # */# /' > $file

version=`egrep "*" /cdrom/.disk/info | cut -d\" -f2`

cat $file | egrep -i $version | 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


Where more is no longer looking, je je.


Greetings.




--
José A. González

Siempre GNU Linux.

Reply to: