From version 1.5.0, DRBL works in SuSE 9.3. Here are some notes for installing DRBL in SuSE 9.3:

1. Install apt for SuSE:
   download this script, and run it as root:
   http://linux01.gwdg.de/~scorot/install-apt4suse

2. Edit /etc/apt/sources.list, make sure at least you have:
   -----------------------------------
rpm ftp://mirrors.mathematik.uni-bielefeld.de/pub/linux/suse/apt SuSE/9.3-i386 base
rpm http://free.nchc.org.tw/drbl-core i386 drbl-stable drbl-testing drbl-unstable
   -----------------------------------
   Of course, for the 1st line, you can change to other apt repsitory (such as rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.3-i386 base). However, the 2nd line is necessary. There are 3 branches for drbl-core program, drbl-stable, drbl-testing and drbl-unstable. The version of program "drbl" works in SuSE is 1.5.0 or later, and now it's in unstable branch.
   In the future, maybe you should just use stable branch.

3. apt-get update

4. apt --no-checksig install drbl

From now on (Step 6-8), the more details are described in the webpage (http://drbl.sourceforge.net/redhat),

5. run
   /opt/drbl/setup/drblsrv -i
   (for more info, check http://drbl.sourceforge.net/redhat)

6. run
   /opt/drbl/setup/drblpush -i
   (for more info, check http://drbl.sourceforge.net/redhat)

7. Make clients to boot from network.
   (for more info, check http://drbl.sourceforge.net/redhat)
