summaryrefslogtreecommitdiff
path: root/update-initramfs
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2007-04-05 21:48:20 +0200
committermaximilian attems <maks@debian.org>2007-04-05 21:48:20 +0200
commit60ee14df535436fc3dfc537017ba944f62e559ae (patch)
tree115b2cf486394f0c8f54d70d8597544aaaaeed3b /update-initramfs
parente5bc704cb8be07ecdd419f3630f8ce98129615c0 (diff)
downloadinitramfs-tools-60ee14df535436fc3dfc537017ba944f62e559ae.tar.gz
initramfs-tools-60ee14df535436fc3dfc537017ba944f62e559ae.zip
scripts/functions, mkinitramfs: better backup file handling
* don't panick on backup files on boot, just ignore them * don't include backup file in initramfs * cleanup changelog this is quite a fundamental change need to double check that it works on nfs root too.. :)
Diffstat (limited to 'update-initramfs')
-rwxr-xr-xupdate-initramfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-initramfs b/update-initramfs
index f4c637b..3c67f89 100755
--- a/update-initramfs
+++ b/update-initramfs
@@ -148,7 +148,7 @@ run_lilo()
{
# show lilo errors on failure
if ! lilo -t > /dev/null 2>&1 ; then
- echo "Error lilo fails for new ${initramfs}:"
+ echo "ERROR lilo fails for new ${initramfs}:"
echo
lilo -t
fi