Fri Mar 28, 2014 1:20 pm
# find the current active locale and uncomment it
CURRENT_LOCALE=$(grep -v ^\# /*CENSORED*/default/locale | cut -d= -f2)
if [[ -n "$CURRENT_LOCALE" ]] ; then
sed -i "s/# $CURRENT_LOCALE/$CURRENT_LOCALE/" /*CENSORED*/locale.gen
fi
if [[ $DISPLAY ]] ; then
dpkg-reconfigure -fgnome tzdata
dpkg-reconfigure -fgnome locales
# dpkg-reconfigure -fgnome keyboard-configuration
Tue Apr 08, 2014 12:30 pm
--filter='P lost+found' --filter='H lost+found'
Tue Apr 08, 2014 1:52 pm
Some local file systems lack a lost+found directory. This means if the
file system is damaged and needs to be repaired, fsck will not have
anywhere to put stray files for recovery. You should consider creating
a lost+found directory with mklost+found(8).
Tue Apr 08, 2014 4:08 pm
why would it exist on a live-CD image?
Mon Apr 14, 2014 8:08 am
Mon Apr 14, 2014 7:28 pm