Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 00:41:07 +0000
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6881fd278d80 - main - pkg-stage.sh: Add ext2 and ntfs
Message-ID:  <699a50a3.3ec92.46cdf88b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=6881fd278d80ac63b4d511fc130a79ff16d1bb48

commit 6881fd278d80ac63b4d511fc130a79ff16d1bb48
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-02-22 00:38:01 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-02-22 00:41:02 +0000

    pkg-stage.sh: Add ext2 and ntfs
    
    Having these packages available on release media may help users who
    need to sneakernet other packages (e.g. firmware) from systems running
    Linux or Windows.
    
    Suggested by:   vladlen, ziaee
    MFC after:      3 days
---
 release/scripts/pkg-stage.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/release/scripts/pkg-stage.sh b/release/scripts/pkg-stage.sh
index 5c4ec76150da..2f56cf794973 100755
--- a/release/scripts/pkg-stage.sh
+++ b/release/scripts/pkg-stage.sh
@@ -16,6 +16,8 @@ comms/usbmuxd
 devel/git@lite
 editors/emacs@nox
 editors/vim
+filesystems/ext2
+filesystems/ntfs
 misc/freebsd-doc-all
 net/mpd5
 net/rsync


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699a50a3.3ec92.46cdf88b>