/[grub]/grub2/util/i386/pc/grub-install.in
ViewVC logotype

Diff of /grub2/util/i386/pc/grub-install.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by okuji, Sun Aug 7 14:59:56 2005 UTC revision 1.4 by okuji, Sun Aug 7 17:12:52 2005 UTC
# Line 220  modules="$modules $fs_module _chain pc" Line 220  modules="$modules $fs_module _chain pc"
220  $grub_mkimage --output=${grubdir}/core.img $modules || exit 1  $grub_mkimage --output=${grubdir}/core.img $modules || exit 1
221    
222  # Now perform the installation.  # Now perform the installation.
223  $grub_setup --boot-file=${grubdir}/boot.img --core-file=${grubdir}/core.img \  $grub_setup --directory=${grubdir} --device-map=${device_map} \
224      --directory=${grubdir} --device-map=${device_map} || exit 1      ${install_device} || exit 1
225    
226  # Prompt the user to check if the device map is correct.  # Prompt the user to check if the device map is correct.
227  echo "Installation finished. No error reported."  echo "Installation finished. No error reported."

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26