diff --git a/create_live_usb.md b/create_live_usb.md
index f595e093..2a59c1dd 100644
--- a/create_live_usb.md
+++ b/create_live_usb.md
@@ -1,5 +1,8 @@
# Create a YunoHost Live ISO
+
This page is deprecated / obsolete / outdated. Information
+it contains should be updated (or should be removed).
+
Tested on Debian Wheezy (should work on Ubuntu as well).
Original tutorial here: http://willhaley.com/blog/create-a-custom-debian-live-environment/
@@ -144,4 +147,4 @@ cp /usr/lib/syslinux/menu.c32 image/isolinux/
cd image && genisoimage -rational-rock -volid "YunoHost Live" -cache-inodes -joliet -full-iso9660-filenames -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -output ../yunohost-live.iso . && cd ..
```
-Great success! Now you can burn the .iso or use [Unetbootin](http://unetbootin.sourceforge.net/) to copy it on a USB key.
\ No newline at end of file
+Great success! Now you can burn the .iso or use [Unetbootin](http://unetbootin.sourceforge.net/) to copy it on a USB key.
diff --git a/create_live_usb_fr.md b/create_live_usb_fr.md
index bc19918a..5ea68d8b 100644
--- a/create_live_usb_fr.md
+++ b/create_live_usb_fr.md
@@ -1,5 +1,8 @@
# Créer une Live ISO de YunoHost
+This page is deprecated / obsolete / outdated. Information
+it contains should be updated (or should be removed).
+
Testé sur Debian Wheezy (devrait marcher sur Ubuntu également).
Tutoriel original : http://willhaley.com/blog/create-a-custom-debian-live-environment/
@@ -146,4 +149,4 @@ cp /usr/lib/syslinux/menu.c32 image/isolinux/
cd image && genisoimage -rational-rock -volid "YunoHost Live" -cache-inodes -joliet -full-iso9660-filenames -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -output ../yunohost-live.iso . && cd ..
```
-Félicitations ! L’ISO peut désormais être gravée ou utilisée avec [Unetbootin](http://unetbootin.sourceforge.net/) pour la copier sur une clé USB.
\ No newline at end of file
+Félicitations ! L’ISO peut désormais être gravée ou utilisée avec [Unetbootin](http://unetbootin.sourceforge.net/) pour la copier sur une clé USB.