This shows you the differences between the selected revision and the current version of the page.
| wiki:debian_usb 28.04.2009 14:54 | wiki:debian_usb 25.06.2009 12:54 current | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| $ mkdir /root/work/mnt | $ mkdir /root/work/mnt | ||
| $ cd /root/work | $ cd /root/work | ||
| - | $ cdebootstrap --arch i386 lenny chroot | + | $ cdebootstrap --arch i386 lenny chroot ftp://mirror.switch.ch/mirror/debian/ |
| $ cp /etc/resolv.conf chroot/etc/resolv.conf | $ cp /etc/resolv.conf chroot/etc/resolv.conf | ||
| </code> | </code> | ||
| Line 117: | Line 117: | ||
| <code> | <code> | ||
| $ extlinux -i /root/work/mnt | $ extlinux -i /root/work/mnt | ||
| - | $ install-mbr /dev/sdb | + | $ install-mbr -t 10 /dev/sdb |
| $ cd /root/work/chroot # change to the debian installation directory | $ cd /root/work/chroot # change to the debian installation directory | ||
| $ tar vc - . | ( cd /root/work/mnt/ ; tar xpvf - ) | $ tar vc - . | ( cd /root/work/mnt/ ; tar xpvf - ) | ||