mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
prefer tabs for indentation
This commit is contained in:
parent
0c41250141
commit
4fe56fe700
@ -31,17 +31,17 @@ Expire-Date: 0
|
||||
|
||||
lb bootstrap "$@"
|
||||
|
||||
case $PROJECT in
|
||||
ubuntu-cpc)
|
||||
if [ "${SUBPROJECT:-}" = minimized ] ; then
|
||||
# Set locale to C.UTF-8 by default for minimized
|
||||
# images. We can do this for all ubuntu-cpc images
|
||||
# after further testing, however minimized images
|
||||
# lack locale-gen so a change is more urgent.
|
||||
echo "LANG=C.UTF-8" > chroot/etc/default/locale
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
case $PROJECT in
|
||||
ubuntu-cpc)
|
||||
if [ "${SUBPROJECT:-}" = minimized ] ; then
|
||||
# Set locale to C.UTF-8 by default for minimized
|
||||
# images. We can do this for all ubuntu-cpc images
|
||||
# after further testing, however minimized images
|
||||
# lack locale-gen so a change is more urgent.
|
||||
echo "LANG=C.UTF-8" > chroot/etc/default/locale
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "${SUBPROJECT:-}" = minimized ] \
|
||||
&& ! Chroot chroot dpkg -l tzdata 2>&1 |grep -q ^ii; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user