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

failure on testing emdebian grip



Hi all,

I tried some testing today for debian grip.

I booted up my system with a live usb stick system

and set my archives to debian sid and emdebian

deb http://buildd.emdebian.org/grip/ unstable main
deb http://ftp.nl.debian.org/debian/ unstable main

gpg --recv-key 0x6070D3A1
gpg -a --export 0x6070D3A1 > debian.key
apt-key add debian.key
apt-get update

gpg --recv-key 0x97BB3B58
gpg -a --export 0x97BB3B58 > emdebian.key
apt-key add emdebian.key
apt-get update

apt-get install debootstrap

parted /dev/sda
mklabel msdos
mkpart primary 0 100%
toggle 1 boot
print
quit

mkfs.ext2 /dev/sda1

sudo mkdir /mnt/debinst
sudo mount /dev/sda1 /mnt/debinst

debootstrap --arch i386 sid /mnt/debinst/ http://buildd.emdebian.org/grip/

and then it fails...

I: Configuring initscrips...
I: Configuring sysvinit...
W: Failure while configuring required packages.

I think there is a bug, but I dont now how to report it with reportbug
for emdebian.

I had to use sid instead of grip because there is no debootstrap script
for grip.

Any ideas?

Best regards,

Jelle


Reply to: