summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2008-10-01 00:58:12 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:02 +0100
commit8af69eb3e88459ca949aa95727dc2212266c6669 (patch)
tree3c07f419105688f8a2dfcc2fac7edf1a1c8f67ed /bin
parent9e2fdb9370c78d10088945e59f45b087b7fe6f37 (diff)
downloadlive-boot-8af69eb3e88459ca949aa95727dc2212266c6669.tar.gz
live-boot-8af69eb3e88459ca949aa95727dc2212266c6669.zip
Reflow some grammar in comments and in live-initramfs(7).
Diffstat (limited to 'bin')
-rwxr-xr-xbin/live-snapshot5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/live-snapshot b/bin/live-snapshot
index 5a7b979..bf0e332 100755
--- a/bin/live-snapshot
+++ b/bin/live-snapshot
@@ -341,7 +341,7 @@ Entry_is_modified ()
Do_filelist ()
{
- # BUGS: supports only cpio.gz types, and do not handle deleted files yet
+ # BUGS: supports only cpio.gz types, and does not handle deleted files yet
TMP_FILELIST=$1
if [ -f "${SNAP_LIST}" ]
@@ -418,7 +418,8 @@ Do_snapshot ()
cd "${OLDPWD}"
;;
- # ext2|ext3 and jffs2 does not support easely an exclude list, files should be copied in another directory in order to filter content
+ # ext2|ext3 and jffs2 does not easily support an exclude list; files
+ # should be copied to another directory in order to filter content
ext2|ext3)
DU_DIM="$(du -ks ${SNAP_COW} | cut -f1)"
REAL_DIM="$(expr ${DU_DIM} + ${DU_DIM} / 20)" # Just 5% more to be sure, need something more sophistcated here...