diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-24 18:25:48 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 04:28:01 +0200 |
commit | 094cef40357ce61cfe034dc25fed51060b656527 (patch) | |
tree | cb7144650e11401c0c9c7e319560249dbc899c0d /src/fripost-partman-udeb/debian/templates | |
parent | a6a742628b560f9d5097008940547391831762c0 (diff) |
Show a progress bar when creating RAID arrays.
Diffstat (limited to 'src/fripost-partman-udeb/debian/templates')
-rw-r--r-- | src/fripost-partman-udeb/debian/templates | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/fripost-partman-udeb/debian/templates b/src/fripost-partman-udeb/debian/templates index 4f4d177..3f94e14 100644 --- a/src/fripost-partman-udeb/debian/templates +++ b/src/fripost-partman-udeb/debian/templates @@ -4,7 +4,15 @@ Description: Seeding /dev/urandom with ${BYTES} bytes from /dev/random Template: fripost/seed_urandom_progress_info Type: text -Description: This may take a while +Description: This may take some time. + +Template: fripost/mdadm_create_progress_title +Type: text +Description: Creating ${LEVEL} array on ${MD} with ${DEVICES} + +Template: fripost/mdadm_create_progress_info +Type: text +Description: ${CURRENT}/${SIZE} blocks ${INFO} Template: debian-installer/fripost-partman/title Type: text @@ -80,7 +88,7 @@ Description: Generating volume key Template: fripost/cryptsetup-genkey_progress_info Type: text -Description: This will take a while if it drains the entropy pool +Description: This may take some time. Template: fripost/mkfs_progress_title Type: text |