NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/51503: 7.0.1/amd64 USB install image root mount fails when sd present
The following reply was made to PR install/51503; it has been noted by GNATS.
From: Andreas Gustafsson <gson%gson.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: install/51503: 7.0.1/amd64 USB install image root mount fails when sd present
Date: Tue, 11 Dec 2018 17:00:06 +0200
The following patch fixes the problem:
Index: fstab.install.in
===================================================================
RCS file: /bracket/repo/src/distrib/common/bootimage/fstab.install.in,v
retrieving revision 1.2
diff -u -r1.2 fstab.install.in
--- fstab.install.in 20 Nov 2012 20:16:03 -0000 1.2
+++ fstab.install.in 11 Dec 2018 12:55:05 -0000
@@ -1,2 +1,2 @@
-/dev/@@BOOTDISK@@a / ffs rw 1 1
+ROOT.a / ffs rw 1 1
tmpfs /tmp tmpfs rw 0 0
but I won't commit that right away as it raises some follow-up
questions; I will ask on tech-userlevel.
--
Andreas Gustafsson, gson%gson.org@localhost
Home |
Main Index |
Thread Index |
Old Index