Hi, there are several .buildstamp files. The /.buildstamp that the loader.c is reading can be found on the installation cd using the following steps 1) Look Inside the bootdisk.img file on the CD mkdir -p /mnt/boot mount -o loop /images/bootdisk.img /mnt/boot cd /mnt/boot ls 2) You should see the file called initrd.img (this is actually a gz file). look inside the file like this: mkdir -p /mnt/initrd mv /mnt/boot/initrd.img /tmp/initrd.gz cd /tmp mount -o loop initrd /mnt/initrd 3) now you can see that the file /mnt/initrd/.builstamp contains the build info like the base directory and product name. cat /mnt/initrd/.buildstamp 4) edit the file how you see fit then restore it umount /mnt/initrd gzip /tmp/initrd mv /tmp/initrd.gz /mnt/boot/initrd.img umount /mnt/boot Stafford On Tue, 20 Jan 2004 08:30:27 +0000 (GMT) Pathik Patel <abhi4091@xxxxxxxxxxx> wrote: > Hi1!!!1 > Freiends > > I m right now allloted a project to change the linux > installation for my company. > so I want to get into the anaconda i nstaller source > code > > I am stuck at one file called "loader.c" in loader2 > directory. in that there is a function called > "getProductName()" in that function i dont know > understand the "/.buildstamp" file. that file is being > opened for product name info. my Question is Where is > that file & how can i generate it or read it? > > Waiting for reply..... > > ________________________________________________________________________ > Yahoo! India Mobile: Download the latest polyphonic ringtones. > Go to http://in.mobile.yahoo.com > > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list