Modifications entre les versions 3 et 8 (s'étendant sur 5 versions)
Version 3 à la date du 2007-08-03 17:07:32
Taille: 522
Éditeur: JérômeSantini
Commentaire:
Version 8 à la date du 2007-08-06 11:17:20
Taille: 787
Éditeur: JérômeSantini
Commentaire:
Texte supprimé. Texte ajouté.
Ligne 1: Ligne 1:
Ligne 11: Ligne 10:
/etc/network/interfaces
iface eth0 inet dhcp
# address 10.196.1.61
# netmask 255.255.255.0
# gateway 10.196.1.254

/etc/fstab :
 tmpfs tmp
 proc
echo fr_FR.UTF-8 UTF-8 >/var/lib/locales/supported.d/local

sur le client, aprés reboot
aptitude install ubuntu-desktop console-data man-db
dpkg-reconfigure locales
Ligne 14: Ligne 27:
/etc/network/interfaces
/etc/fstab :
 tmpfs tmp
 proc

#debootstrap --arch i386 feisty /mnt/ http://miroirs.refer.sn/ubuntu/
#chroot /mnt/ /bin/bash
#aptitude install linux-image-2.6.20-16-generic
#cd /etc/initramfs-tools
dans initramfs.conf :
MODULES=netboot
BOOT=nfs
#mkinitramfs -o /boot/inird.img
/etc/network/interfaces
iface eth0 inet dhcp
#       address 10.196.1.61
#       netmask 255.255.255.0
#       gateway 10.196.1.254

/etc/fstab : 
 tmpfs tmp
 proc
echo fr_FR.UTF-8 UTF-8 >/var/lib/locales/supported.d/local

sur le client, aprés reboot
aptitude install ubuntu-desktop console-data man-db
dpkg-reconfigure locales

AVAHI_DAEMON_START=0
exit 0 dans /etc/dbus-1/events.d/*networkmanager*
 
sur le serveur :
cp /srv/ubuntu/boot/initrd.img /tftp/boot
cp /srv/ubuntu/boot/vmlinuz-2.6.20-15-generic /tftp/boot

Tini/Notes/ClientsNfsroot (dernière édition le 2008-02-21 22:09:21 par localhost)