Scott Long wrote on 04/17/2020 23:30:
Can you send me some link to documentation who should I create new ISO after
rebuild?
I don’t know of any docs for doing custom releases, and it looks like it’s
harder than it used to be to insert custom patches. That said, I recommend
doing the following on your 11.x build system:
1. Do a clean `make buildworld` with an up-to-date tree
2. change into the `release` directory that you just did the buildworld from
3. `sudo make release NOPORTS= NODOC= CHROOTDIR=/usr/tmp/release
SRCBRANCH="base/stable/11@rHEAD”`
You can set CHROOTDIR to whatever you want that has a few GB of space, but
remember where you’ve set it for later steps. This will build a release with
stock sources. Let it complete, both to prepare for the next step and to
ensure that it works. It’ll take an hour or two depending on your machine speed
4. Take the patch that I’ll send you shortly and apply it to $CHROOTDIR/usr/src
5. `sudo make memstick NOPORTS= NODOC= SRC_UPDATE_SKIP=
CHROOTDIR=/usr/tmp/release`
I did frech checkout of 11 stable in to /usr/src113/
setenv MAKEOBJDIRPREFIX /usr/obj113
cd /usr/src113
make buildworld
make buildkernel KERNCONF=GENERIC
cd release/
mkdir /vol0/release
make release NOPORTS= NODOC= CHROOTDIR=/vol0/release
SRCBRANCH="base/stable/11@rHEAD"
/vol0/release is empty, it was created in /usr/obj113/usr/src113/release
# ll /usr/obj113/usr/src113/release/
total 1696255
-rw-r--r-- 1 root wheel 1051 Apr 18 08:28 MANIFEST
-rw-r--r-- 1 root wheel 56066772 Apr 18 07:51 base-dbg.txz
-rw-r--r-- 1 root wheel 118984236 Apr 18 07:51 base.txz
drwxr-xr-x 18 root wheel 22 Apr 18 08:32 bootonly
-rw-r--r-- 1 root wheel 333000704 Apr 18 08:33 bootonly.iso
drwxr-xr-x 18 root wheel 22 Apr 18 08:30 disc1
-rw-r--r-- 1 root wheel 692711424 Apr 18 08:31 disc1.iso
drwxr-xr-x 8 root wheel 8 Apr 18 08:25 dist
-rw-r--r-- 1 root wheel 1428564 Apr 18 07:51 doc.txz
drwxr-xr-x 2 root wheel 12 Apr 18 08:28 ftp
-rw-r--r-- 1 root wheel 116 Apr 18 08:25 kernel-dbg.txz
-rw-r--r-- 1 root wheel 40103140 Apr 18 08:25 kernel.txz
-rw-r--r-- 1 root wheel 14682736 Apr 18 07:51 lib32-dbg.txz
-rw-r--r-- 1 root wheel 24179800 Apr 18 07:51 lib32.txz
-rw-r--r-- 1 root wheel 762520064 Apr 18 08:33 memstick.img
-rw-r--r-- 1 root wheel 373301760 Apr 18 08:34 mini-memstick.img
-rw-r--r-- 1 root wheel 0 Apr 18 08:28 packagesystem
-rw-r--r-- 1 root wheel 0 Apr 18 08:51 release
-rw-r--r-- 1 root wheel 159327100 Apr 18 08:27 src.txz
-rw-r--r-- 1 root wheel 4941816 Apr 18 07:51 tests.txz
What I did wrong?
Anyway I am waiting for your patches.
Kind regards
Miroslav Lachman
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"