mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 04:33:25 +00:00
7 lines
70 B
Bash
7 lines
70 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
sed -e 's/ident.*GENERIC/ident BOOTMFS/g'
|