From a343b9b65cd520cf65016e535a46085ca5c3f7d3 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sat, 8 Sep 2007 22:56:23 +0100 Subject: [PATCH] spelling --- livecd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livecd.sh b/livecd.sh index 34e3eae0..3e0d1678 100755 --- a/livecd.sh +++ b/livecd.sh @@ -324,7 +324,7 @@ link_in_boot = $link_in_boot chroot $ROOT dpkg-divert --remove --rename /${file} done - # And make this look more pristene + # And make this look more pristine cleanup cat << @@EOF > ${ROOT}etc/apt/sources.list deb ${USERMIRROR} $STE ${COMP} @@ -374,7 +374,7 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP} ln -s livecd.${FSS}.initrd-"${SUBARCH}" livecd.${FSS}.initrd ln -s livecd.${FSS}.kernel-"${SUBARCH}" livecd.${FSS}.kernel fi - # all done with the chroot; reset the deconf frontend, so Colin doesn't cry + # all done with the chroot; reset the debconf frontend, so Colin doesn't cry echo RESET debconf/frontend | chroot $ROOT debconf-communicate echo FSET debconf/frontend seen true | chroot $ROOT debconf-communicate