]> gitweb.fluxo.info Git - hydra.git/commitdiff
Provision: rollback: dracut is still experimental
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Aug 2018 12:23:23 +0000 (09:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Aug 2018 12:23:23 +0000 (09:23 -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 0c654b19a219bcd72ede9ae3e3a084efbdfb13f5..fff4e700ecee7b48d7919b3283119aa255c43adc 100644 (file)
@@ -11,5 +11,5 @@ random_swap="y"                         # Random swap?
 arch="amd64"                            # System arch
 version="stretch"                       # Distro version
 grub="n"                                # Setup GRUB?
-initramfs="dracut"                      # Initramfs
+initramfs="initramfs-tools"             # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
index 4c03cb96c7b9ca88fb14e4194528e4980735d94b..96adace62cf9ce24479b9489e4e33439698e3a22 100644 (file)
@@ -11,5 +11,5 @@ random_swap="n"                         # Random swap?
 arch="amd64"                            # System arch
 version="stretch"                       # Distro version
 grub="y"                                # Setup GRUB?
-initramfs="dracut"                      # Initramfs
+initramfs="initramfs-tools"             # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
index 878b4b248e2558b327b3e6a72b0ff9b0b8ce6c1f..72ee0fff24254845968d5d7b535cba7c9bcf8425 100644 (file)
@@ -13,7 +13,7 @@ hostname="debian"                       # Hostname
 arch="amd64"                            # System arch
 version="stretch"                       # Distro version
 grub="y"                                # Setup GRUB?
-initramfs="dracut"                      # Initramfs
+initramfs="initramfs-tools"             # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
 vg="debian"                             # Install vg
 ssh="n"                                 # Install openssh-server?
index 02006240137e3f22af3cb585191d68981f417197..826e286865506bba2d7f3d6817cfbc6259f3f4da 100644 (file)
@@ -15,6 +15,6 @@ random_swap="n"                         # Random swap?
 arch="amd64"                            # System arch
 version="stretch"                       # Distro version
 grub="y"                                # Setup GRUB?
-initramfs="dracut"                      # Initramfs
+initramfs="initramfs-tools"             # Initramfs
 mirror="http://http.debian.net/debian/" # Debian mirror
 ssh="n"                                 # Install openssh-server?
index a9b72bd2e0a8530a49b25279ea2cd07aa234bf06..cd57da904331fe712772d4e7b87b708be2653dd0 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         dracut                           "Initramfs manager? (dracut/initramfs-tools)"
+  hydra_user_config   initramfs         initramfs-tools                  "Initramfs manager? (initramfs-tools/dracut)"
   hydra_user_config   mirror            https://deb.debian.org/debian/   "Debian mirror"
   hydra_user_config   ssh               y                                "Install openssh-server? (y/n)"