[Thincrust-devel] still no initrd

Aron Griffis aron at hp.com
Wed Feb 4 04:52:56 UTC 2009


Bryan Kearney wrote:  [Tue Feb 03 2009, 08:20:36AM EST]
> Does this mess up building livecds as well as appliances?

I'd guess yes, but I haven't tried building a livecd.  Here's
what I had in my .rpmmacros:

    %_tmppath /var/tmp/%{expand:%%(id -un)}

This is to isolate multiple users building on the same machine.
At first rpm scripts fail because of:

    sh: id: command not found

then after coreutils is installed they fail because of:

    error: error creating temporary file /var/tmp/root/rpm-tmp.QA0gZJ: No such file or directory
    error: Couldn't create temporary file for %post(kernel-2.6.27.12-170.2.5.fc10.x86_64): No such file or directory

To make it work, I just removed that line.

Thanks,
Aron




More information about the Thincrust-devel mailing list