Comment 13 for bug 131675

Revision history for this message
Martin-Éric Racine (q-funk) wrote :

Please note that you must install the updated drivers inside the chroot that is used to build boot images and then rebuild the image afterwards:

1) sudo chroot /opt/ltsp/i386/
2) mount -t proc proc /proc
3) echo "deb http://archive.ubuntu.com/ubuntu hardy-proposed main restricted" >> /etc/apt/sources.list
4) aptitude update && aptitude safe-upgrade
5) apt-get clean
6) exit
7) sudo ltsp-update-kernels
8) sudo ltsp-update-image

Done.