1
0
mirror of synced 2026-01-13 15:17:30 +00:00
Axel Beckert 9ee1f63705 Create hooks/artful with new 40-setup-networking-deb-netplan
Since Ubuntu 17.10 Artful, Ubuntu has decided to use netplan instead
of ifupdown.

40-setup-networking-deb-netplan has been contributed by Arno and Peter.
(see https://github.com/xen-tools/xen-tools/issues/51#issuecomment-412019510)

Closes xen-tools/xen-tools#51.

Since we have to make a variant of hooks/karmic/ as hook/artful/,
rename hooks/karmic/80-install-kernel (which previously was unique to
hooks/karmic/) to hooks/common/80-install-kernel-ubuntu and add
symlinks to it from hooks/karmic/ and hook/artful/.
2019-02-03 23:30:45 +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
--