Thanks for the info. Will that link work as the syntax below or should I also use /mnt/sysimage for it? -- Eric Elsten 3M IT Telecommunications eelsten@xxxxxxx 651-733-0541 "Taylor, ForrestX" To: "'kickstart-list@xxxxxxxxxx'" <kickstart-list@xxxxxxxxxx> <forrestx.taylor@ cc: (bcc: Eric Elsten/US-Corporate/3M/US) intel.com> Subject: RE: post install problems 02/28/2002 11:23 AM Please respond to kickstart-list > -----Original Message----- > From: Frans Lawaetz [mailto:frans.lawaetz@xxxxxxxxxxxxxxxxxxxxxxx] > > Can anyone offer any suggestions as to why this seems to do absolutely > nothing? I just want to execute that perl script which does > various tasks > like installing packages and cleaning a few things. I would like to > execute it upon the first reboot (right after install). > > %post --nochroot > mkdir /mnt/floppy > mount /dev/fd0 /mnt/floppy > cp /mnt/floppy/post_install.pl /root > ln -s /root/post_install.pl /etc/rd.d/rc3.d/post_install.pl > > -Eric It does absolutely nothing because you are in the --nochroot environment. Try it without the --nochroot, or put the full path to /root (i.e. /mnt/sysimage/root). Forrest _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/kickstart-list