Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2025 20:54:30 +0200
From:      Johan Hendriks <joh.hendriks@gmail.com>
To:        FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>
Subject:   Missing files from ALPHA4 memstick.img
Message-ID:  <f3743ac4-1bb0-4e06-afa7-3af1b4ba9dc6@gmail.com>

index | next in thread | raw e-mail

I just downloaded the FreeBSD-ALPHA4 memstick.img file.

I have a custom install script that worked on ALPHA1.
Nut now it does not work anymore.

I noticed that i missed some files on the memstick image (if i am not 
mistaken.)

I do this in my script:

echo ""
echo "# Install FreeBSD OS. (base.txz kernel.txz doc.txz)"
echo "# This will take a few minutes."
cd /usr/freebsd-dist
for file in base.txz kernel.txz doc.txz;
do (cat $file | tar --unlink -xpJf - -C ${mount:-/}); done

But it seems there are no files in /usr/freebsd-dist anymore, except a 
file called MANIFEST

Am i missing something?



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f3743ac4-1bb0-4e06-afa7-3af1b4ba9dc6>