Although Debian Appliance Builder is to be discussed in the mailing list, the following corrections to the DAB.pm will be in order.
Many OS versions have had their repos moved to an archive url.
Lines 575 to 605 in DAB.pm
Read more
Many OS versions have had their repos moved to an archive url.
Lines 575 to 605 in DAB.pm
Code:
if (!$config->{source}) {
if (lc($suiteinfo->{origin}) eq 'debian') {
if ($suite eq 'etch' || $suite eq 'lenny') {
push @{$config->{source}}, (
'http://ftp.debian.org/debian SUITE main contrib',
'http://security.debian.org...
Read more