From 257b22c265dbcaa18535b83719d1fab8a0eb2afd Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 7 Apr 2024 00:52:25 +0200 Subject: Mention the onlyup build profile for gnumach --- microkernel/mach/gnumach/building.mdwn | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'microkernel') diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn index e8236a83..432757dc 100644 --- a/microkernel/mach/gnumach/building.mdwn +++ b/microkernel/mach/gnumach/building.mdwn @@ -45,13 +45,17 @@ and some additional dependencies specified by the gnumach source package: Start the build process with - $ dpkg-buildpackage -us -uc -b -rfakeroot + $ dpkg-buildpackage -us -uc -b + +But to get it built faster, you probably want to only build the most common uniprocessor variant: + + $ dpkg-buildpackage -us -uc -b -Ppkg.gnumach.onlyup [[GNU_Mach|gnumach]] is now building. To use the new kernel, you must install the resulting `.deb` package which is located one directory above the build directory and has a similar name as the build directory: - # dpkg -i ../gnumach_XXXXXXXX-X_hurd-i386.deb + # dpkg -i ../gnumach-image-1.8-486_*_hurd-i386.deb You can now reboot your computer and enjoy the new kernel. -- cgit v1.2.3