From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 23391 invoked from network); 4 Sep 2023 14:56:14 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 4 Sep 2023 14:56:14 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 4213B41010; Tue, 5 Sep 2023 00:56:08 +1000 (AEST) Received: from mx1.dyne.org (mx1.dyne.org [185.121.208.66]) by minnie.tuhs.org (Postfix) with ESMTPS id B536A402E4 for ; Tue, 5 Sep 2023 00:56:01 +1000 (AEST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: katolaz@freaknet.org) with ESMTPSA id 4E9D67406B9 Date: Mon, 4 Sep 2023 14:55:53 +0000 From: Vincenzo Nicosia To: tuhs@tuhs.org Message-ID: References: <9A989054DE79CE5059CBA74797391E39.for-standards-violators@oclsc.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9A989054DE79CE5059CBA74797391E39.for-standards-violators@oclsc.org> Message-ID-Hash: OEBUHUQDGKKWKNH7OYLCLXK6WYOBCTKH X-Message-ID-Hash: OEBUHUQDGKKWKNH7OYLCLXK6WYOBCTKH X-MailFrom: katolaz@freaknet.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Unix install & "standalone" package List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: rather, back then you didn't need the same kernel to run on a wide variety of hardware, with all the possible different combinations of peripherals, requiring all sorts of different drivers. I think that's the only real reason why initramfs came to existence: allowing a selection of kernel modules to be loaded at init time, depending on the hardware at disposal on that machine. Then things went south, and more recent initramfs have everything and the kitchen sink. But that's another story. HND Enzo Nicosia --