forked from pool/supermin
4a80d0a52d
* initrd: Support ztd-compressed modules * pacman: Recognise Artix, an Arch derivative * Add a separate variable to store link flags, and use that to supply * Add appropriate globs for arm based kernels. The file names end in -arm64 but the architecture is named aarch64. * Add support for OCaml 5.0 * Add LFS support for fts functions * Numerous bug fixes - Upstream bug fixes and features 001-Improved-debugging-of-the-supermin-if-newer-calculation.patch 002-Fix-if-newer-copy-kernel.patch 003-Fix-kernel-filtering-for-aarch64-architecture.patch 004-Use-output-complete-exe-instead-of-custom.patch 005-Only-supply-output-complete-exe-to-final-link.patch 006-Rename-function-file-kernel.patch 007-Uncompress-kernel-on-RISC-V.patch 008-Fix-link-to-renamed-kernel-documentation.patch 009-New-mailing-list-email-address.patch - Dropped initrd_support_ztd-compressed_modules.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/supermin?expand=0&rev=84
22 lines
747 B
Diff
22 lines
747 B
Diff
Subject: init: Fix link to renamed kernel documentation
|
|
From: Richard W.M. Jones rjones@redhat.com Mon Nov 13 10:13:26 2023 +0000
|
|
Date: Mon Nov 13 10:13:26 2023 +0000:
|
|
Git: c8e79b7d62730f850f9e5d46c3747f414198b902
|
|
|
|
|
|
diff --git a/init/init.c b/init/init.c
|
|
index bc28c69..4cc72f7 100644
|
|
--- a/init/init.c
|
|
+++ b/init/init.c
|
|
@@ -279,8 +279,8 @@ main ()
|
|
fprintf (stderr, "supermin: deleting initramfs files\n");
|
|
delete_initramfs_files ();
|
|
|
|
- /* Note that pivot_root won't work. See the note in
|
|
- * Documentation/filesystems/ramfs-rootfs-initramfs.txt
|
|
+ /* Note that pivot_root won't work. See the note in Linux
|
|
+ * Documentation/filesystems/ramfs-rootfs-initramfs.rst
|
|
*/
|
|
if (!quiet)
|
|
fprintf (stderr, "supermin: chroot\n");
|