7 lines
70 B
Bash
7 lines
70 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
sed -e 's/ident.*GENERIC/ident BOOTMFS/g'
|