diff options
author | maximilian attems <maks@debian.org> | 2007-04-05 21:48:20 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-04-05 21:48:20 +0200 |
commit | 60ee14df535436fc3dfc537017ba944f62e559ae (patch) | |
tree | 115b2cf486394f0c8f54d70d8597544aaaaeed3b /update-initramfs | |
parent | e5bc704cb8be07ecdd419f3630f8ce98129615c0 (diff) | |
download | initramfs-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-x | update-initramfs | 2 |
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 |