]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: development: less verbosity at update-initramfs
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Apr 2017 01:42:51 +0000 (22:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Apr 2017 01:42:51 +0000 (22:42 -0300)
share/provision/development

index cf62c294f8c62f1c43b291340cd870764cfbf739..4957b016eaab3c4139119dd6ec5441a35cf06b27 100755 (executable)
@@ -59,7 +59,7 @@ if ! grep -q "/swapfile" /etc/fstab; then
   echo "/swapfile none swap defaults 0 0" | sudo tee -a /etc/fstab > /dev/null
   $APT_INSTALL uswsusp
   echo "RESUME=/swapfile" | sudo tee /etc/initramfs-tools/conf.d/resume > /dev/null
-  sudo update-initramfs -v -u
+  sudo update-initramfs -u
 fi
 
 # GRUB configuration