Ajout : warn() .
[lhc/ateliers.git] / vm_hosted
index 7934de6..9121320 100755 (executable)
--- a/vm_hosted
+++ b/vm_hosted
@@ -93,7 +93,8 @@ rule_apticron_configure () {
        sudo service apticron restart
  }
 rule_boot_configure () {
-       rule apt_get_install grub-pc # XXX: attention à n'installer GRUB sur AUCUN disque proposé !
+       warn "attention à n'installer GRUB sur AUCUN disque proposé !"
+       rule apt_get_install grub-pc
        mk_dir mod=644 own=root:root /boot/grub
        rule apt_get_install linux-image-$vm_arch
        mk_reg mod=644 own=root:root /etc/default/grub <<-EOF