780
783
runcommandwithstatus(commandstring, ctr[TR_BUILDING_INITRD]);
781
784
mysystem("/bin/chroot /harddisk /bin/mv /boot/grub/scsigrub.conf /boot/grub/grub.conf");
785
788
/* Build cache lang file */
786
789
snprintf(commandstring, STRING_SIZE, "/bin/chroot /harddisk /usr/bin/perl -e \"require '" CONFIG_ROOT "/lang.pl'; &Lang::BuildCacheLang\"");