Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: patcunha on May 08, 2008, 01:49:28 pm

Title: drbl
Post by: patcunha on May 08, 2008, 01:49:28 pm
Hi!

Diskless Remote Boot in Linux (DRBL) (http://"http://drbl.sourceforge.net/")


Has anyone tried to install and use this software along with ebox?

Can it be done?
Title: Re: drbl
Post by: patcunha on May 15, 2008, 05:38:18 pm
I'm trying to do this by following the instructions in the official site mentioned above!

The first step involves 2 commands:

Code: [Select]
wget http://drbl.nchc.org.tw/GPG-KEY-DRBL
apt-key add GPG-KEY-DRBL

The first line worked fine, but the second returns an error:
Code: [Select]
apt-key: command not found
Can you help me?
Title: Re: drbl
Post by: sixstone on May 16, 2008, 09:29:06 am
I don't think apt-key command is included in Debian Sarge.

Anyway, it's not required to install apt-key in order to install any package. It just authenticates the deb packages.

Hope this helps.