[Revisor-users] revisor

Farkas Levente lfarkas at bppiac.hu
Wed Jun 27 15:06:07 UTC 2007


Jeroen van Meeuwen (Fedora Unity) wrote:
> Farkas,
> 
> This means jfsutils is not in the repositories you specified in the
> Revisor configuration file you're using. In addition, Revisor -as I said
> before- has not been developed for use with CentOS. jfsutils is not a
> requirement in case you're using CentOS because it's disabled in
> anaconda anyway and the package is not in it's repositories, but for
> Fedora, jfsutils is required (or anaconda might shit itself because JFS
> is enabled, so if the user selects it, it has no utils). It just so
> happens to be that Revisor has been developed for use with Fedora.
> 
> Enterprise Linux is one of the things we want to support, but have not
> been looking into yet.

anyway i just create centos-5 install dvd from our kickstart files under
fedora and the result iso almost usable;-)
the problems which imho is not centos specific (since i do it on fedora 7):
- there is a repodata and a ".repodata" dir, but only the second
contains the files and anaconda can't find it.

- for cd kickstart append should have to be:
  "append ks=cdrom:/ks.cfg initrd=initrd.img"
  while it's in the iso:
  "append ks initrd=initrd.img"

- isolinux/isolinux.cfg has duplicate entires (the first one should have
to be deleted) i.e. even if i set to "include kickstart file on
installation media" and "set installer to boot with kickstart by
default" it's not working:
---------------------------------
default linux
prompt 1
timeout 600
display boot.msg
F1 boot.msg
F2 options.msg
F3 general.msg
F4 param.msg
F5 rescue.msg
label linux
  kernel vmlinuz
  append initrd=initrd.img
label text
  kernel vmlinuz
  append initrd=initrd.img text
label ks
  kernel vmlinuz
  append ks initrd=initrd.img
label local
  localboot 1
label memtest86
  kernel memtest
  append -

default ks
prompt 1
timeout 600
display boot.msg
F1 boot.msg
F2 options.msg
F3 general.msg
F4 param.msg
F5 rescue.msg
label linux
  kernel vmlinuz
  append initrd=initrd.img
label text
  kernel vmlinuz
  append initrd=initrd.img text
label ks
  kernel vmlinuz
  append ks initrd=initrd.img
label local
  localboot 1
label memtest86
  kernel memtest
  append -
---------------------------------

-- 
  Levente                               "Si vis pacem para bellum!"



More information about the Revisor-users mailing list