diff --git a/Dell/recovery_common.py b/Dell/recovery_common.py
index 093614c8..b70e0ded 100644
--- a/Dell/recovery_common.py
+++ b/Dell/recovery_common.py
@@ -184,6 +184,8 @@ def check_recovery_dhc():
def check_vendor():
"""Checks to make sure that the app is running on Dell HW"""
+ if check_vendor_bypass():
+ return True
path = '/sys/class/dmi/id/'
variables = ['bios_vendor', 'sys_vendor']
valid = [b'dell', b'alienware', b'wyse', b'qemu', b'intel', b'amd']
@@ -221,6 +223,16 @@ def check_rebrand():
break
return False
+def check_vendor_bypass():
+ """Bypass the check if bypass_vendor_check file exists in the root of the
+ installation media"""
+ for top in [ISO_MOUNT, CDROM_MOUNT]:
+ if not os.path.isdir(top):
+ continue
+ if os.path.exists(os.path.join(top, "bypass_vendor_check")):
+ return True
+ return False
+
def check_version(package='dell-recovery'):
"""Queries the package management system for the current tool version"""
try:
diff --git a/casper/seeds/ubuntu.seed b/casper/seeds/ubuntu.seed
index ce23eac3..a27e1127 100644
--- a/casper/seeds/ubuntu.seed
+++ b/casper/seeds/ubuntu.seed
@@ -66,6 +66,9 @@
### Partitioning
+#Set recovery partition size
+ ubiquity dell-recovery/recovery_size string 8192
+
# We are doing a recovery from a hard drive, don't unmount partitions
d-i ubiquity/partman-skip-unmount boolean true
d-i partman/filter_mounted boolean false
diff --git a/debian/dell-recovery.templates b/debian/dell-recovery.templates
index 8df29171..b34ba07f 100644
--- a/debian/dell-recovery.templates
+++ b/debian/dell-recovery.templates
@@ -140,7 +140,7 @@ _Description: Save recovery media to an external USB flash drive
Template: ubiquity/text/usb_warning_label
Type: text
-_Description: Note: This requires a USB flash drive with approximately 2GB free.
+_Description: Note: This requires a USB flash drive with approximately 8GB free.
Template: ubiquity/text/save_to_dvd
Type: text
diff --git a/debian/po/bg.po b/debian/po/bg.po
index dc5eccd8..71497709 100644
--- a/debian/po/bg.po
+++ b/debian/po/bg.po
@@ -168,9 +168,9 @@ msgstr "Запазване на носителя за възстановяван
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Бележка: Това изисква USB флаш диск с приблизително 2 GB свободно "
+"Бележка: Това изисква USB флаш диск с приблизително 8 GB свободно "
"пространство."
#. Type: text
diff --git a/debian/po/cs.po b/debian/po/cs.po
index d138b672..bf2e6322 100644
--- a/debian/po/cs.po
+++ b/debian/po/cs.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/da.po b/debian/po/da.po
index 103f7a11..8ec626d7 100644
--- a/debian/po/da.po
+++ b/debian/po/da.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/de.po b/debian/po/de.po
index d48cf708..6928c19a 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -174,9 +174,9 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"HINWEIS: Ein USB-Flash-Laufwerk mit ungefähr 2GB freiem Speicher wird "
+"HINWEIS: Ein USB-Flash-Laufwerk mit ungefähr 8GB freiem Speicher wird "
"benötigt."
#. Type: text
diff --git a/debian/po/es.po b/debian/po/es.po
index a948e6df..9032f8b5 100644
--- a/debian/po/es.po
+++ b/debian/po/es.po
@@ -168,8 +168,8 @@ msgstr "Guardar el disco de recuperación en una memoria flash USB externa"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
-msgstr "Nota: Requiere un disco flash USB con aproximadamente 2GB libre."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
+msgstr "Nota: Requiere un disco flash USB con aproximadamente 8GB libre."
#. Type: text
#. Description
diff --git a/debian/po/et.po b/debian/po/et.po
index 09852a21..ad0cc333 100644
--- a/debian/po/et.po
+++ b/debian/po/et.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/fi.po b/debian/po/fi.po
index 3e970f96..0d11e73d 100644
--- a/debian/po/fi.po
+++ b/debian/po/fi.po
@@ -169,8 +169,8 @@ msgstr "Tallenna palautusmedia ulkoiselle USB-muistivälineelle"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
-msgstr "Huom: Tämä vaatii USB-muistitikun, jolla on noin 2GB vapaata tilaa."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
+msgstr "Huom: Tämä vaatii USB-muistitikun, jolla on noin 8GB vapaata tilaa."
#. Type: text
#. Description
diff --git a/debian/po/fr.po b/debian/po/fr.po
index ed4755a8..9f666376 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/ga.po b/debian/po/ga.po
index ac98a8cd..6da4e715 100644
--- a/debian/po/ga.po
+++ b/debian/po/ga.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/gl.po b/debian/po/gl.po
index ee25a7af..51632570 100644
--- a/debian/po/gl.po
+++ b/debian/po/gl.po
@@ -166,9 +166,9 @@ msgstr "Gardar o soporte de recuperación nunha unidade flash USB externa"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Nota: Isto require unha unidade flash USB con aproximadamente 2GB libres."
+"Nota: Isto require unha unidade flash USB con aproximadamente 8GB libres."
#. Type: text
#. Description
diff --git a/debian/po/hr.po b/debian/po/hr.po
index f0548443..53cdb453 100644
--- a/debian/po/hr.po
+++ b/debian/po/hr.po
@@ -163,8 +163,8 @@ msgstr "Spremi medij oporavka na vanjsku USB memoriju"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
-msgstr "Napomena: ovo zahtijeva USB memoriju s oko 2 GB slobodnog prostora."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
+msgstr "Napomena: ovo zahtijeva USB memoriju s oko 8 GB slobodnog prostora."
#. Type: text
#. Description
diff --git a/debian/po/hu.po b/debian/po/hu.po
index b9abb951..e6b35bb8 100644
--- a/debian/po/hu.po
+++ b/debian/po/hu.po
@@ -165,9 +165,9 @@ msgstr "A helyreállító adathordozó mentése külső USB flash kulcsra."
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Megjegyzés: Ehhez egy USB-kulcsra lesz szükség, körülbelül 2 GB szabad "
+"Megjegyzés: Ehhez egy USB-kulcsra lesz szükség, körülbelül 8 GB szabad "
"hellyel."
#. Type: text
diff --git a/debian/po/is.po b/debian/po/is.po
index 0fdc5ba5..6c0b3f1d 100644
--- a/debian/po/is.po
+++ b/debian/po/is.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/it.po b/debian/po/it.po
index 1c78cb5e..f0966a2a 100644
--- a/debian/po/it.po
+++ b/debian/po/it.po
@@ -170,8 +170,8 @@ msgstr "Salvare il supporto di ripristino in una unità flash USB esterna"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
-msgstr "Nota: richiede un'unità flash USB con almeno 2GB di spazio libero."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
+msgstr "Nota: richiede un'unità flash USB con almeno 8GB di spazio libero."
#. Type: text
#. Description
diff --git a/debian/po/lt.po b/debian/po/lt.po
index 800c7aeb..9e420680 100644
--- a/debian/po/lt.po
+++ b/debian/po/lt.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/lv.po b/debian/po/lv.po
index 30c6657d..e0e071cf 100644
--- a/debian/po/lv.po
+++ b/debian/po/lv.po
@@ -165,9 +165,9 @@ msgstr "Saglabāt atkopšanas mēdiju ārējā USB zibatmiņas diskā"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Piezīme: nepieciešams USB zibatmiņas dzinis ar apmēram 2GB brīvas vietas."
+"Piezīme: nepieciešams USB zibatmiņas dzinis ar apmēram 8GB brīvas vietas."
#. Type: text
#. Description
diff --git a/debian/po/ms.po b/debian/po/ms.po
index d9769586..8cff3520 100644
--- a/debian/po/ms.po
+++ b/debian/po/ms.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/nb.po b/debian/po/nb.po
index 2bc6a815..a083e395 100644
--- a/debian/po/nb.po
+++ b/debian/po/nb.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/nl.po b/debian/po/nl.po
index ccad665a..e1ed909c 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/pl.po b/debian/po/pl.po
index 9cabaac6..f754be41 100644
--- a/debian/po/pl.po
+++ b/debian/po/pl.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/pt.po b/debian/po/pt.po
index 0fcd97b0..859b7d9a 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index dff9ba71..c0210dc9 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -172,9 +172,9 @@ msgstr "Salvar mídia de recuperação na unidade flash USB"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Nota: Isto requer uma unidade flash USB com aproximadamente 2 GB de espaço "
+"Nota: Isto requer uma unidade flash USB com aproximadamente 8 GB de espaço "
"livre."
#. Type: text
diff --git a/debian/po/ru.po b/debian/po/ru.po
index 53215bae..c8b40863 100644
--- a/debian/po/ru.po
+++ b/debian/po/ru.po
@@ -169,7 +169,7 @@ msgstr "Сохранить диск восстановления на USB-нак
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
"Примечание: Необходимо использовать USB-флеш с доступным объёмом не менее 2 "
"ГБ."
diff --git a/debian/po/sk.po b/debian/po/sk.po
index aeeef5f9..fead57c6 100644
--- a/debian/po/sk.po
+++ b/debian/po/sk.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/sq.po b/debian/po/sq.po
index d4df49d7..b91c7809 100644
--- a/debian/po/sq.po
+++ b/debian/po/sq.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/sv.po b/debian/po/sv.po
index 92aaa354..fa5373cb 100644
--- a/debian/po/sv.po
+++ b/debian/po/sv.po
@@ -169,9 +169,9 @@ msgstr "Spara återställningsmedia till en extern USB-lagringsenhet"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Observera: Detta kräver en USB-lagringsenhet med ungefär 2 GB ledigt utrymme."
+"Observera: Detta kräver en USB-lagringsenhet med ungefär 8 GB ledigt utrymme."
#. Type: text
#. Description
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index b2822497..4f8287a6 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -156,7 +156,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/debian/po/tr.po b/debian/po/tr.po
index cecfe56d..b1f28ca8 100644
--- a/debian/po/tr.po
+++ b/debian/po/tr.po
@@ -167,9 +167,9 @@ msgstr "Yedekleme ortamını harici USB flash belleğe kaydet"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Not: Bu işlem tahmini olarak 2 GB boş alanı bulunan USB flash bellek "
+"Not: Bu işlem tahmini olarak 8 GB boş alanı bulunan USB flash bellek "
"gerektirir."
#. Type: text
diff --git a/debian/po/uk.po b/debian/po/uk.po
index b805b018..7d04659e 100644
--- a/debian/po/uk.po
+++ b/debian/po/uk.po
@@ -171,7 +171,7 @@ msgstr "Зберегти носій для відновлення на зовн
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
"Зауваження: на флеш-диску USB має бути приблизно 2 ГБ вільного простору."
diff --git a/debian/po/zh_CN.po b/debian/po/zh_CN.po
index 0e61fd8c..894979b7 100644
--- a/debian/po/zh_CN.po
+++ b/debian/po/zh_CN.po
@@ -157,7 +157,7 @@ msgstr "保存恢复盘到外接的 USB 闪存盘"
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr "注意: 需要大约 2G 空间的 USB 驱动盘。"
#. Type: text
diff --git a/debian/po/zh_TW.po b/debian/po/zh_TW.po
index bfff57d5..f7bbe06c 100644
--- a/debian/po/zh_TW.po
+++ b/debian/po/zh_TW.po
@@ -157,7 +157,7 @@ msgstr ""
#. Type: text
#. Description
#: ../dell-recovery.templates:40001
-msgid "Note: This requires a USB flash drive with approximately 2GB free."
+msgid "Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#. Type: text
diff --git a/gtk/recovery_media_creator.ui b/gtk/recovery_media_creator.ui
index 821a5e19..0ef69f20 100644
--- a/gtk/recovery_media_creator.ui
+++ b/gtk/recovery_media_creator.ui
@@ -310,7 +310,7 @@
False
0
25
- This requires a USB flash drive with approximately 2GB free.
+ This requires a USB flash drive with approximately 8GB free.
True
45
diff --git a/po/bg.po b/po/bg.po
index a511027e..43eae712 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -299,8 +299,8 @@ msgid "USB Flash Drive"
msgstr "USB флаш памет"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Това изисква USB флаш диск с приблизително 2GB свободно пространство."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Това изисква USB флаш диск с приблизително 8GB свободно пространство."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -522,9 +522,9 @@ msgstr "Запазване на носителя за възстановяван
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Бележка: Това изисква USB флаш с приблизително 2GB свободно "
+"Бележка: Това изисква USB флаш с приблизително 8GB свободно "
"пространство."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/ca.po b/po/ca.po
index b991288d..fd81cbe1 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -297,9 +297,9 @@ msgid "USB Flash Drive"
msgstr "Llapis de memòria USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Això requereix un llapis de memòria USB amb aproximadament 2 GB d'espai "
+"Això requereix un llapis de memòria USB amb aproximadament 8 GB d'espai "
"disponible."
#: ../gtk/recovery_media_creator.ui.h:9
@@ -509,7 +509,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/cs.po b/po/cs.po
index 1065f993..14e6eee7 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -291,7 +291,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -498,7 +498,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/da.po b/po/da.po
index dc3a01e6..e72cab24 100644
--- a/po/da.po
+++ b/po/da.po
@@ -295,7 +295,7 @@ msgid "USB Flash Drive"
msgstr "USB Flash Drive"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -504,7 +504,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/de.po b/po/de.po
index 02d88ec4..c1ca4624 100644
--- a/po/de.po
+++ b/po/de.po
@@ -312,8 +312,8 @@ msgid "USB Flash Drive"
msgstr "USB-Flash-Laufwerk"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Ein USB-Flash-Laufwerk mit ungefähr 2GB freiem Speicher wird benötigt."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Ein USB-Flash-Laufwerk mit ungefähr 8GB freiem Speicher wird benötigt."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -546,9 +546,9 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Hinweis: Ein USB-Flash-Laufwerk mit ungefähr 2GB freiem Speicher wird "
+"Hinweis: Ein USB-Flash-Laufwerk mit ungefähr 8GB freiem Speicher wird "
"benötigt."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/dell-recovery.pot b/po/dell-recovery.pot
index b91abf08..4613aede 100644
--- a/po/dell-recovery.pot
+++ b/po/dell-recovery.pot
@@ -266,7 +266,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -439,7 +439,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/el.po b/po/el.po
index 391a636a..4ffae0ad 100644
--- a/po/el.po
+++ b/po/el.po
@@ -291,7 +291,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -498,7 +498,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/es.po b/po/es.po
index 9be373d8..81f012f1 100644
--- a/po/es.po
+++ b/po/es.po
@@ -301,8 +301,8 @@ msgid "USB Flash Drive"
msgstr "Unidad flash USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Esto requiere una llave USB con aproximadamente 2GB libres."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Esto requiere una llave USB con aproximadamente 8GB libres."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -511,9 +511,9 @@ msgstr "Guardar el disco de recuperación en una memoria flash USB externa"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Nota: Esto requiere una unidad USB flash con aproximadamente 2GB "
+"Nota: Esto requiere una unidad USB flash con aproximadamente 8GB "
"libres."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/et.po b/po/et.po
index 8f934a5e..0d662c0f 100644
--- a/po/et.po
+++ b/po/et.po
@@ -292,7 +292,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -499,7 +499,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/eu.po b/po/eu.po
index 5fcfd21a..732b1649 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -291,7 +291,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -498,7 +498,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/fi.po b/po/fi.po
index 69a20b17..d9b1351d 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -308,8 +308,8 @@ msgid "USB Flash Drive"
msgstr "USB-Flash-asema"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Tämä vaatii USB-aseman, jolla on noin 2GB vapaata tilaa-"
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Tämä vaatii USB-aseman, jolla on noin 8GB vapaata tilaa-"
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -540,9 +540,9 @@ msgstr "Tallenna palautusmedia ulkoiselle USB-muistivälineelle"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Huomaa: Tämä vaatii USB-muistivälineen, jolla on noin 2GB vapaata "
+"Huomaa: Tämä vaatii USB-muistivälineen, jolla on noin 8GB vapaata "
"tilaa."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/fr.po b/po/fr.po
index afa791e9..82bae517 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -298,7 +298,7 @@ msgid "USB Flash Drive"
msgstr "Lecteur flash USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -508,7 +508,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
"Note : Cela nécessite une clé USB avec approximativement 2GiO de "
"libre."
diff --git a/po/ga.po b/po/ga.po
index 44b851a1..d9065624 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -291,7 +291,7 @@ msgid "USB Flash Drive"
msgstr "Méaróg USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -500,7 +500,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/gl.po b/po/gl.po
index 7b32b477..0203536b 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -300,8 +300,8 @@ msgid "USB Flash Drive"
msgstr "Unidade Flash USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Isto require unha unidade flash USB con aproximadamente 2GB libres."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Isto require unha unidade flash USB con aproximadamente 8GB libres."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -522,9 +522,9 @@ msgstr "Gardar o soporte de recuperación nunha unidade flash USB externa"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Nota: Isto require una unidade USB flash con aproximadamente 2GB "
+"Nota: Isto require una unidade USB flash con aproximadamente 8GB "
"libres."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/he.po b/po/he.po
index 7b5eb1e7..a8cd0811 100644
--- a/po/he.po
+++ b/po/he.po
@@ -291,7 +291,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -498,7 +498,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/hr.po b/po/hr.po
index 42a6cdc7..0edd16d8 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -296,8 +296,8 @@ msgid "USB Flash Drive"
msgstr "USB memorija"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Ovo zahtijeva USB memoriju s oko 2 GB slobodnog prostora."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Ovo zahtijeva USB memoriju s oko 8 GB slobodnog prostora."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -513,9 +513,9 @@ msgstr "Spremi medij oporavka na vanjsku USB memoriju"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Napomena: Ovo zahtijeva USB memoriju s oko 2 GB slobodnog prostora."
+"Napomena: Ovo zahtijeva USB memoriju s oko 8 GB slobodnog prostora."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
msgid "Save recovery media to DVD"
diff --git a/po/hu.po b/po/hu.po
index f8c95a80..b3b306e0 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -313,8 +313,8 @@ msgid "No media, create image"
msgstr "Nincs adathordozó, lemezkép létrehozása"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Ehhez egy USB-kulcsra lesz szükség, körülbelül 2 GB szabad hellyel."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Ehhez egy USB-kulcsra lesz szükség, körülbelül 8 GB szabad hellyel."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "This requires writable DVD media."
@@ -547,9 +547,9 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:3
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Megjegyzés: Ehhez egy USB-kulcsra lesz szükség, körülbelül 2 GB "
+"Megjegyzés: Ehhez egy USB-kulcsra lesz szükség, körülbelül 8 GB "
"szabad hellyel."
#: ../ubiquity/stepRecoveryMedia.ui.h:4
diff --git a/po/id.po b/po/id.po
index 67ae195a..c7c522ef 100644
--- a/po/id.po
+++ b/po/id.po
@@ -295,7 +295,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -502,7 +502,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/is.po b/po/is.po
index 0e705327..759d027b 100644
--- a/po/is.po
+++ b/po/is.po
@@ -291,7 +291,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -498,7 +498,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/it.po b/po/it.po
index 56789074..c75eb576 100644
--- a/po/it.po
+++ b/po/it.po
@@ -306,8 +306,8 @@ msgid "USB Flash Drive"
msgstr "Unità flash USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "È richiesta un'unità flash USB con almeno 2 GB di spazio libero."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "È richiesta un'unità flash USB con almeno 8 GB di spazio libero."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -541,9 +541,9 @@ msgstr "Salvare il supporto di ripristino in una unità flash USB esterna"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Nota: è richiesta una unità flash USB con almeno 2 GB di spazio "
+"Nota: è richiesta una unità flash USB con almeno 8 GB di spazio "
"libero."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/lt.po b/po/lt.po
index 6d81a86e..431972ce 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -293,7 +293,7 @@ msgid "USB Flash Drive"
msgstr "USB \"Flash\" atmintukas"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -505,10 +505,10 @@ msgstr "Išsaugoti atkūrimo atvaizdį į išimamą USB \"flash\" atmintuką"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
"Pastaba: Šiuo atveju jums reikės USB \"flash\" atmintuko, kuriame yra "
-"bent 2 GB laisvos vietos."
+"bent 8 GB laisvos vietos."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
msgid "Save recovery media to DVD"
diff --git a/po/ms.po b/po/ms.po
index 5e89d70e..8bd25846 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -294,7 +294,7 @@ msgid "USB Flash Drive"
msgstr "USB Flash Drive"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -503,7 +503,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/nb.po b/po/nb.po
index a29cb25c..449ecfeb 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -291,7 +291,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -500,7 +500,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/nl.po b/po/nl.po
index c525143d..58806ee2 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -300,8 +300,8 @@ msgid "USB Flash Drive"
msgstr "Usb-stick"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Dit vereist een usb-stick met ongeveer 2GB vrije ruimte."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Dit vereist een usb-stick met ongeveer 8GB vrije ruimte."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -524,8 +524,8 @@ msgstr "Herstelmedia opslaan op een extern usb-station"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
-msgstr "Opmerking: Dit vereist een USB-stick met ongeveer 2 GB vrij."
+"Note: This requires a USB flash drive with approximately 8GB free."
+msgstr "Opmerking: Dit vereist een USB-stick met ongeveer 8 GB vrij."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
msgid "Save recovery media to DVD"
diff --git a/po/pl.po b/po/pl.po
index 43b63c76..a381212d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -292,7 +292,7 @@ msgid "USB Flash Drive"
msgstr "Dysk USB Flash"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -501,7 +501,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/pt.po b/po/pt.po
index defa240d..72717bd2 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -296,7 +296,7 @@ msgid "USB Flash Drive"
msgstr "Unidade USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -505,7 +505,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/pt_BR.po b/po/pt_BR.po
index e92eb1af..b5308c88 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -304,9 +304,9 @@ msgid "USB Flash Drive"
msgstr "Unidade Flash USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Isso requer uma unidade flash USB com aproximadamente 2 GB de espaço livre."
+"Isso requer uma unidade flash USB com aproximadamente 8 GB de espaço livre."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -521,9 +521,9 @@ msgstr "Salvar mídia de recuperação na unidade flash USB"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Nota: Isso requer uma unidade flash USB com aproximadamente 2 GB de "
+"Nota: Isso requer uma unidade flash USB com aproximadamente 8 GB de "
"espaço livre."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/ru.po b/po/ru.po
index c728c702..ef924141 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -305,7 +305,7 @@ msgid "USB Flash Drive"
msgstr "Съёмный USB диск (флэшка)"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr "Требуется USB диск с не менее 2 Гб свободного места."
#: ../gtk/recovery_media_creator.ui.h:9
@@ -536,7 +536,7 @@ msgstr "Сохранить диск восстановления на USB нак
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
"Примечание: Это действие потребует USB диск с не менее 2 Гб "
"свободного места."
diff --git a/po/sk.po b/po/sk.po
index dca991f4..d8a42192 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -294,7 +294,7 @@ msgid "USB Flash Drive"
msgstr "USB flash jednotka"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -503,7 +503,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/sq.po b/po/sq.po
index f8d02936..24e6b6ab 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -291,7 +291,7 @@ msgid "USB Flash Drive"
msgstr "USB Flash Drive"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -500,7 +500,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/sv.po b/po/sv.po
index 5d550bfb..670c8492 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -299,8 +299,8 @@ msgid "USB Flash Drive"
msgstr "USB-enhet"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "Detta kräver en USB-lagringsenhet med ungefär 2 GB ledigt utrymme."
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "Detta kräver en USB-lagringsenhet med ungefär 8 GB ledigt utrymme."
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -516,9 +516,9 @@ msgstr "Spara återställningsmedia till en extern USB-lagringsenhet"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Observera: Detta kräver en USB-lagringsenhet med ungefär 2 GB ledigt "
+"Observera: Detta kräver en USB-lagringsenhet med ungefär 8 GB ledigt "
"utrymme."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/tr.po b/po/tr.po
index 40d5f191..b17bb1b1 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -296,7 +296,7 @@ msgid "USB Flash Drive"
msgstr "USB Flash Sürücü"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -507,9 +507,9 @@ msgstr "Yedekleme ortamını harici USB flash belleğe kaydet"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
-"Not: Bu işlem için yaklaşık olarak 2GB boş alana sahip USB flash "
+"Not: Bu işlem için yaklaşık olarak 8GB boş alana sahip USB flash "
"belleğe ihtiyacınız vardır."
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/uk.po b/po/uk.po
index cc680df7..f9d84d8b 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -308,7 +308,7 @@ msgid "USB Flash Drive"
msgstr "Флеш-диск USB"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr "На флеш-диску USB має бути приблизно 2 ГБ вільного простору."
#: ../gtk/recovery_media_creator.ui.h:9
@@ -540,7 +540,7 @@ msgstr "Зберегти носій для відновлення на зовн
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
"Зауваження: на флеш-диску USB має бути приблизно 2 ГБ вільного "
"простору."
diff --git a/po/vi.po b/po/vi.po
index 897558ef..40bd6428 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -294,7 +294,7 @@ msgid "USB Flash Drive"
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
+msgid "This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../gtk/recovery_media_creator.ui.h:9
@@ -501,7 +501,7 @@ msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
+"Note: This requires a USB flash drive with approximately 8GB free."
msgstr ""
#: ../ubiquity/stepRecoveryMedia.ui.h:7
diff --git a/po/zh_CN.po b/po/zh_CN.po
index bc45f4c7..3fc9a64a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -298,8 +298,8 @@ msgid "USB Flash Drive"
msgstr "USB 闪存驱动器"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "需要有至少 2GB 空间的 USB 闪存驱动器。"
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "需要有至少 8GB 空间的 USB 闪存驱动器。"
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -516,8 +516,8 @@ msgstr "将恢复介质保存为外接的 USB 闪存盘"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
-msgstr "提示:这要求 USB 闪存盘至少有 2GB 的可用空间。"
+"Note: This requires a USB flash drive with approximately 8GB free."
+msgstr "提示:这要求 USB 闪存盘至少有 8GB 的可用空间。"
#: ../ubiquity/stepRecoveryMedia.ui.h:7
msgid "Save recovery media to DVD"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 118295cd..d96a8241 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -293,8 +293,8 @@ msgid "USB Flash Drive"
msgstr "USB 隨身碟"
#: ../gtk/recovery_media_creator.ui.h:8
-msgid "This requires a USB flash drive with approximately 2GB free."
-msgstr "這需要約 2GB 以上未使用空間的 USB 隨身碟。"
+msgid "This requires a USB flash drive with approximately 8GB free."
+msgstr "這需要約 8GB 以上未使用空間的 USB 隨身碟。"
#: ../gtk/recovery_media_creator.ui.h:9
msgid "No media, create image"
@@ -509,8 +509,8 @@ msgstr "儲存還原媒體到一個外部 USB 隨身碟"
#: ../ubiquity/stepRecoveryMedia.ui.h:6
msgid ""
-"Note: This requires a USB flash drive with approximately 2GB free."
-msgstr "注意: 這需要約 2GB 以上未使用空間的 USB 隨身碟。"
+"Note: This requires a USB flash drive with approximately 8GB free."
+msgstr "注意: 這需要約 8GB 以上未使用空間的 USB 隨身碟。"
#: ../ubiquity/stepRecoveryMedia.ui.h:7
msgid "Save recovery media to DVD"
diff --git a/ubiquity/stepRecoveryMedia.ui b/ubiquity/stepRecoveryMedia.ui
index a68e2d5c..3f5d46f5 100644
--- a/ubiquity/stepRecoveryMedia.ui
+++ b/ubiquity/stepRecoveryMedia.ui
@@ -161,7 +161,7 @@
False
0
0
- <b>Note:</b> This requires a USB flash drive with approximately 2GB free.
+ <b>Note:</b> This requires a USB flash drive with approximately 8GB free.
True
True