diff options
| author | Chris Lamb <lamby@debian.org> | 2008-10-01 00:58:12 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:02 +0100 |
| commit | 8af69eb3e88459ca949aa95727dc2212266c6669 (patch) | |
| tree | 3c07f419105688f8a2dfcc2fac7edf1a1c8f67ed /bin | |
| parent | 9e2fdb9370c78d10088945e59f45b087b7fe6f37 (diff) | |
| download | live-boot-8af69eb3e88459ca949aa95727dc2212266c6669.tar.gz live-boot-8af69eb3e88459ca949aa95727dc2212266c6669.zip | |
Reflow some grammar in comments and in live-initramfs(7).
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/live-snapshot | 5 |
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... |
