platform question

what kind of a platform is astaro

i know that is linux but which one

if i want to compile something on asl i have to define platform types sometime. 

can i use debian gnu/linux  
Parents Reply Children
  • ASL is its own distribution of Linux.  As far as I can tell, while there may be similarities, ASL is different from Redhat or Debian.

    If a package is asking what distribution you are installing it on, most likely, it is trying to determine where to edit the bootscripts to insert itself.

    ASL does not use debian OR redhat style scripts.  The ASL bootscript is located at:

    /etc/rc.d/boot

    You'll probably have to compile whatever it is you are installing, then install it by hand.  Be sure you know what you're doing, and backup the boot scripts before and after, since they are likely targets to be overwritten with an up2date.

    lk  
  • Problem solved!

    The 2 packages had the same content, no difference for SuSE & Red Hat anymore... Works now!

    Thanks anyway!