Module Name:    src
Committed By:   bouyer
Date:           Sat Jul 20 15:55:40 UTC 2019

Modified Files:
        src/distrib/amd64/ramdisks/ramdisk: list

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/amd64/ramdisks/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/amd64/ramdisks/ramdisk/list
diff -u src/distrib/amd64/ramdisks/ramdisk/list:1.14 src/distrib/amd64/ramdisks/ramdisk/list:1.15
--- src/distrib/amd64/ramdisks/ramdisk/list:1.14	Mon Jan  9 17:45:03 2012
+++ src/distrib/amd64/ramdisks/ramdisk/list	Sat Jul 20 15:55:40 2019
@@ -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_ext2fs
 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

Reply via email to