get rid of a left over comment
[mirror/dsa-puppet.git] / modules / ganeti2 / templates / instance-debootstrap / hooks / 40-dsa-setup-swapfile.erb
index 4237ff2..e8cd1d1 100755 (executable)
@@ -12,7 +12,6 @@ chmod 400 "$TARGET/swapfile"
 mkswap "$TARGET/swapfile"
 
 cat >> "$TARGET/etc/fstab" <<EOF
-# /etc/resolv.conf
 /swapfile none swap sw 0 0
 EOF