]> gitweb.fluxo.info Git - hydra.git/commitdiff
Provision: use dracut as default initramfs manager
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Aug 2018 23:47:44 +0000 (20:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 17 Aug 2018 23:47:44 +0000 (20:47 -0300)
share/config/provision/nas.conf
share/config/provision/router.conf
share/config/provision/stick.conf
share/config/provision/tpc.conf
share/hydractl/provision

index a48e3d6d73e9cb906053f9bc9120b5695620cf74..0c654b19a219bcd72ede9ae3e3a084efbdfb13f5 100644 (file)
@@ -11,4 +11,5 @@ random_swap="y"                         # Random swap?
 arch="amd64"                            # System arch
 version="stretch"                       # Distro version
 grub="n"                                # Setup GRUB?
+initramfs="dracut"                      # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
index 14d2597a6f8c80c16c7d4a6de27681d70a33de0d..4c03cb96c7b9ca88fb14e4194528e4980735d94b 100644 (file)
@@ -11,4 +11,5 @@ random_swap="n"                         # Random swap?
 arch="amd64"                            # System arch
 version="stretch"                       # Distro version
 grub="y"                                # Setup GRUB?
+initramfs="dracut"                      # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
index b47f38b3f3a11db4986001528965300d7296d2b5..878b4b248e2558b327b3e6a72b0ff9b0b8ce6c1f 100644 (file)
@@ -13,6 +13,7 @@ hostname="debian"                       # Hostname
 arch="amd64"                            # System arch
 version="stretch"                       # Distro version
 grub="y"                                # Setup GRUB?
+initramfs="dracut"                      # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
 vg="debian"                             # Install vg
 ssh="n"                                 # Install openssh-server?
index 89faa5e9b2d87137d8ed2ba211fdd277e95f8204..02006240137e3f22af3cb585191d68981f417197 100644 (file)
@@ -15,5 +15,6 @@ random_swap="n"                         # Random swap?
 arch="amd64"                            # System arch
 version="stretch"                       # Distro version
 grub="y"                                # Setup GRUB?
+initramfs="dracut"                      # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
 ssh="n"                                 # Install openssh-server?
index cc8c32307840131565f7962e77d27c658579050e..f055dc701671e20210974231d0fe807aeb487000 100755 (executable)
@@ -126,7 +126,7 @@ function hydra_provision_config {
   hydra_user_config   version           stretch                          "Distro version"
   hydra_user_config   vg                $hostname                        "Install vg"
   hydra_user_config   grub              y                                "Setup GRUB? (y/n)"
-  hydra_user_config   initramfs         initramfs-tools                  "Initramfs manager? (initramfs-tools/dracut)"
+  hydra_user_config   initramfs         dracut                           "Initramfs manager? (dracut/initramfs-tools)"
   hydra_user_config   mirror            https://deb.debian.org/debian/   "Debian mirror"
   hydra_user_config   ssh               y                                "Install openssh-server? (y/n)"