diff --git a/HowtoDebian/Backports.md b/HowtoDebian/Backports.md index 4c81faf4..8478b89e 100644 --- a/HowtoDebian/Backports.md +++ b/HowtoDebian/Backports.md @@ -37,30 +37,35 @@ deb http://backports.debian.org/debian-backports squeeze-backports main contrib # aptitude install linux-image-3.2.0-0.bpo.4-amd64 initramfs-tools=0.99~bpo60+1 linux-base=3.4~bpo60+1 firmware-bnx2=0.36+wheezy.1~bpo60+1 ~~~ -## [Wheezy] Créer une image CD netinst avec un kernel backporté wheezy-backports +## [Stretch] Créer une image CD netinst avec un kernel backporté stretch-backports ~~~ -# aptitude install build-essential pbuilder bc debiandoc-sgml libbogl-dev glibc-pic libslang2-pic libnewt-pic genext2fs mklibs genisoimage dosfstools syslinux tofrodos mtools po4a bf-utf-source fakeroot crash kexec-tools makedumpfile kernel-wedge xorriso win32-loader librsvg2-bin libacl1 +# apt build-dep debian-installer ~~~ ~~~ $ apt-get source debian-installer -$ cd debian-installer-20130613+deb7u2/build +$ cd debian-installer-20170615+deb9u3/build ~~~ -config/amd64.cfg: +Éditer le fichier ./build/config/amd64.cfg: ~~~ -KERNELVERSION = 3.16.0-0.bpo.4-amd64 -KERNELMAJOR = 3.16 +KERNELVERSION = 4.15.0-0.bpo.2-amd64 +KERNELMAJOR = 4.15 ~~~ -sources.list.udeb.local: +Éditer le fichier ./build/sources.list.udeb.local : ~~~ -deb http://mirror.evolix.org/debian wheezy main -deb http://mirror.evolix.org/debian wheezy main/debian-installer -deb http://mirror.evolix.org/debian wheezy-backports main/debian-installer +deb http://deb.debian.org/debian stretch main +deb http://deb.debian.org/debian stretch main/debian-installer +deb http://deb.debian.org/debian stretch-backports main/debian-installer +~~~ + +~~~ +# make reallyclean +# fakeroot make build_netboot ~~~ pkg-lists/netboot/amd64.cfg: