FreeBSD Bugzilla – Attachment 249054 Details for
Bug 277601
[nanoBSD] enabled entropy_boot_file leads to warning/error from dd during boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
0001-nanoBSD-disable-entropy_boot_file-due-to-read-only-b.patch (text/plain), 987 bytes, created by
embhd
on 2024-03-09 20:22:48 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
embhd
Created:
2024-03-09 20:22:48 UTC
Size:
987 bytes
patch
obsolete
>From dcf6b23722670c7dbc948deba3f3d1fd69ea2aa7 Mon Sep 17 00:00:00 2001 >From: Michael <embhd@posteo.de> >Date: Sat, 9 Mar 2024 21:05:05 +0100 >Subject: [PATCH] nanoBSD: disable entropy_boot_file due to read-only /boot > >--- > tools/tools/nanobsd/defaults.sh | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh >index 0557d2668bf..0e7f2ca7686 100755 >--- a/tools/tools/nanobsd/defaults.sh >+++ b/tools/tools/nanobsd/defaults.sh >@@ -564,7 +564,8 @@ setup_nanobsd_etc ( ) ( > > # Make root filesystem R/O by default > echo "root_rw_mount=NO" >> etc/defaults/rc.conf >- # Disable entropy file, since / is read-only /var/db/entropy should be enough? >+ # Disable entropy files, since / is read-only - /var/db/entropy should be enough? >+ echo "entropy_boot_file=NO" >> etc/defaults/rc.conf > echo "entropy_file=NO" >> etc/defaults/rc.conf > > [ -n "${NANO_NOPRIV_BUILD}" ] && chmod 444 etc/defaults/rc.conf >-- >2.44.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277601
:
249054
|
249541
|
254993
|
255014
|
255015