ashash
1st August 2010, 08:59 AM
I want to build a custom installation CD from Fedora 12.
So I'm using revisor, and select "CD set". After selecting the packages that I want, and clicking "Forward", when it shows an error message
Got an error from /usr/bin/xsltproc (return code 6)
I use a local repository. Total size of my selected package is less than 100 MB. In fact I select only the kernel-PAE package and let the revisor to find other needed packages, which are totally 114 packages.
here is my kickstart file:
#platform=x86, AMD64, or Intel EM64T
#version=F12
# Firewall configuration
firewall --disabled
# Install OS instead of upgrade
install
# Root password
rootpw --iscrypted ****************
# System authorization information
auth --useshadow --passalgo=md5
# Use graphical install
graphical
firstboot --disable
# System keyboard
keyboard us
# System language
lang en_US
# SELinux configuration
selinux --disabled
# Installation logging level
logging --level=info
# Use CDROM installation media
cdrom
part / --size=16384
#192.168.20.14
# System timezone
timezone *****************
# System bootloader configuration
bootloader --location=mbr
# Partition clearing information
clearpart --all
and here is the changed part of configuration file:
[fedora]
name=Fedora 12 - i386
baseurl=file:///home/livecd/Packages
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=i386
enabled=1
gpgcheck=0
I can make a live CD without error.
---------- Post added at 11:59 PM CDT ---------- Previous post was at 12:26 PM CDT ----------
If I change the repository to one exists in the Fedora 12 DVD the error won't occur and creation work while continue until another error:
Got an error from /usr/lib/revisor/scripts//F11-buildinstall (return code 1)
This repository's (Fedora's DVD) packages are grouped into categories such as base system, administration, ... as you know. But the repository that I created, using createrepo command, was not grouped, how can I do this, because I am thinking that this the reason of the error.
The Fedora's DVD does not contain the syslinux and anaconda-runtime as I know these are needed.
So I'm using revisor, and select "CD set". After selecting the packages that I want, and clicking "Forward", when it shows an error message
Got an error from /usr/bin/xsltproc (return code 6)
I use a local repository. Total size of my selected package is less than 100 MB. In fact I select only the kernel-PAE package and let the revisor to find other needed packages, which are totally 114 packages.
here is my kickstart file:
#platform=x86, AMD64, or Intel EM64T
#version=F12
# Firewall configuration
firewall --disabled
# Install OS instead of upgrade
install
# Root password
rootpw --iscrypted ****************
# System authorization information
auth --useshadow --passalgo=md5
# Use graphical install
graphical
firstboot --disable
# System keyboard
keyboard us
# System language
lang en_US
# SELinux configuration
selinux --disabled
# Installation logging level
logging --level=info
# Use CDROM installation media
cdrom
part / --size=16384
#192.168.20.14
# System timezone
timezone *****************
# System bootloader configuration
bootloader --location=mbr
# Partition clearing information
clearpart --all
and here is the changed part of configuration file:
[fedora]
name=Fedora 12 - i386
baseurl=file:///home/livecd/Packages
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-12&arch=i386
enabled=1
gpgcheck=0
I can make a live CD without error.
---------- Post added at 11:59 PM CDT ---------- Previous post was at 12:26 PM CDT ----------
If I change the repository to one exists in the Fedora 12 DVD the error won't occur and creation work while continue until another error:
Got an error from /usr/lib/revisor/scripts//F11-buildinstall (return code 1)
This repository's (Fedora's DVD) packages are grouped into categories such as base system, administration, ... as you know. But the repository that I created, using createrepo command, was not grouped, how can I do this, because I am thinking that this the reason of the error.
The Fedora's DVD does not contain the syslinux and anaconda-runtime as I know these are needed.