Fixing spelling mistake, thanks to Kel Modderman <kel@otaku42.de>.

This commit is contained in:
Daniel Baumann 2007-11-11 14:48:20 +01:00
parent cd101e9220
commit 02c57db196
1 changed files with 2 additions and 2 deletions

View File

@ -602,14 +602,14 @@ Check_defaults ()
if [ "${LH_INITRAMFS}" = "live-initramfs" ]
then
Echo_warning "You selected LH_DISTRIBUTION='etch' and LH_INITRAMFS='live-initramfs'"
Echo_warning "This is a possible unsave configuration as live-initramfs is not"
Echo_warning "This is a possible unsafe configuration as live-initramfs is not"
Echo_warning "part of the etch distribution."
fi
if [ "${LH_UNION_FILESYSTEM}" = "aufs" ]
then
Echo_warning "You selected LH_DISTRIBUTION='etch' and LH_UNION_FILESYSTEM='aufs'"
Echo_warning "This is a possible unsave configuration as aufs is not"
Echo_warning "This is a possible unsafe configuration as aufs is not"
Echo_warning "part of the etch distribution."
fi
fi