1
0
mirror of synced 2026-01-17 08:32:49 +00:00
Axel Beckert 67603c2d74
Merge pull request #40 from blbradley/grub-silent-failure-fix
fix update-grub chroot silent failure

While it probably would be nicer to mount it at the beginning and umount it at the end, we have too many hooks already doing this and changing this seems a bigger task.
2020-12-19 08:21:05 +01:00
..

hooks/


  Once a distribution of GNU/Linux has been installed by the
 xt-install-image script we'll have a pristine system.

  To configure this the program xt-customize-image will call
 a collection of distro-specific shell scripts, or hooks.

  For each distribution we support there is a subdirectory 
 containing the necessary functions to configure the host
 minimally.

  By the time the scripts finish we'll expect:

   * The installation to have a working fstab file.
   * The installation will have IP address + networking configured.
   * The installation will have a running installation of OpenSSH

  The subdirectories in this hooks/ directory will be installed
 to the directory /usr/share/xen-tools/

Steve
--