Displaying 2 results from an estimated 2 matches for "inchroot".
Did you mean:
chroot
2010 Sep 25
1
Mock on 5.5 x86_64 failing with Could not find useradd in chroot, maybe the install failed?
I am atempting to work with some rpms in the c5-testing repo.
When I add:
[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/5/testing/x86_64/
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
to centos-5-x86_64.cfg, saving as centos-5-x86_64-testdev.cfg I get the
aformentioned error.
Example
[mockbuild at localhost ~]$ mock -r
2008 Aug 21
0
kickstart error on 5.2 exception
...OW " >> /tmp/partition-information
if [ "$HOMEGROW" = "--grow" ]
then
echo "part /home --ondisk=$HD1SHORT --fstype ext3 --size=1 --asprimary $HOMEGROW " >> /tmp/partition-information
fi
interp: /bin/sh
errorOnFail: False
inChroot: False
logfile: None
type: 0
, AnacondaKSScript instance, containing members:
script: # Install is complete show the post progress.
init 3
chvt 3
# Echo the type of install we are doing
cat /proc/cmdline > /tmp/MN_server
echo "Change RunLevel boot console mode..."
s...