This commit is contained in:
vlaborie 2018-04-17 16:48:35 +02:00
parent 534fea6c85
commit 011ff560f1

View file

@ -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 # 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 $ 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 KERNELVERSION = 4.15.0-0.bpo.2-amd64
KERNELMAJOR = 3.16 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://deb.debian.org/debian stretch main
deb http://mirror.evolix.org/debian wheezy main/debian-installer deb http://deb.debian.org/debian stretch main/debian-installer
deb http://mirror.evolix.org/debian wheezy-backports 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: pkg-lists/netboot/amd64.cfg: