Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/amd64/ramdisks/ramdisk Add newfs_msdos to amd64 inst...



details:   https://anonhg.NetBSD.org/src/rev/fc0725f45ad5
branches:  trunk
changeset: 457786:fc0725f45ad5
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Jul 20 15:55:40 2019 +0000

description:
Add newfs_msdos to amd64 install media, proposed on port-amd64@ back in
december.
newfs_msdos is needed to make a UEFI bootable disk.

diffstat:

 distrib/amd64/ramdisks/ramdisk/list |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c4fd709c550d -r fc0725f45ad5 distrib/amd64/ramdisks/ramdisk/list
--- a/distrib/amd64/ramdisks/ramdisk/list       Sat Jul 20 15:34:41 2019 +0000
+++ b/distrib/amd64/ramdisks/ramdisk/list       Sat Jul 20 15:55:40 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.14 2012/01/09 17:45:03 sborrill Exp $
+#      $NetBSD: list,v 1.15 2019/07/20 15:55:40 bouyer Exp $
 
 PROG   bin/chio
 PROG   bin/dd
@@ -17,6 +17,7 @@
 PROG   sbin/mount_lfs
 PROG   sbin/mount_ntfs
 PROG   sbin/newfs_lfs
+PROG   sbin/newfs_msdos
 PROG   sbin/raidctl
 PROG   sbin/restore    sbin/rrestore
 PROG   sbin/scsictl



Home | Main Index | Thread Index | Old Index