search for: generatedpath

Displaying 1 result from an estimated 1 matches for "generatedpath".

2012 Mar 29
1
Defect ISO generation after yum upgrade
...es are generated but useless. I you are able to see the picture I would like to know "who" writes the - Loading /system.igz? failed! Is it the kernel already loading the cpio+gzip'ed file or is it still isolinux. This script generates new ISO files #!/bin/bash BUILDPATH=/proxygen GENERATEDPATH=/var/www/html/proxy/generated # if build command contains buildsystem a new system is build if [[ $@ = *buildsystem* ]]; then # Build initramfs rm -f $BUILDPATH/boot/system.igz chown -R 0:0 $BUILDPATH/system cd $BUILDPATH/system find . -print0 | cpio --null -ov --format=newc | gzip > $BUIL...