Mot-clé - linux

Fil des billets

jeudi 3 mars 2011

ie Ferme la !

screenshot ie

mardi 20 avril 2010

Un ashram de geek

Si, le grand Çà te cause :

#
# Begin real processing
#
# Do we have any kernel boot arguments?
found=''
for opt in $(cat /proc/cmdline); do
case $opt in
cryptdebug*)
debug=1
;;
cryptopts=*)
found=yes
fetch_key "${opt#cryptopts=}"
;;
esac
done

if [ -n "$found" ]; then
if [ -p /dev/.initramfs/usplash_outfifo ] && [ -x /sbin/usplash_write ]; then
/sbin/usplash_write "TIMEOUT 60" || true
fi
exit 0
fi

# Do we have any settings from the /conf/conf.d/cryptroot file?
if [ -r /conf/conf.d/cryptroot ]; then
while read mapping; do
fetch_key "$mapping"
done < /conf/conf.d/cryptroot
fi

if [ -p /dev/.initramfs/usplash_outfifo ] && [ -x /sbin/usplash_write ]; then
/sbin/usplash_write "TIMEOUT 60" || true
fi

exit 0

Va méditer chez Swâmi !

jeudi 2 juillet 2009

dist-upgrade

Le jeudi, c'est Marmottux. Meuh non ! la machine est à jour up to date ;P

apt-get dist-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

> Done !

écran en panne