mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
powerpc/generate-hfs.sh: Don't include $FreeBSD$ in prefix to uuencoded image
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41958
(cherry picked from commit 5919ab2991)
This commit is contained in:
parent
260bab9f1e
commit
058aa09fa3
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ rm loader.tmp
|
|||
bzip2 $OUTPUT_FILE
|
||||
echo 'HFS boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu
|
||||
echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu
|
||||
echo '$FreeBSD$' >> $OUTPUT_FILE.bz2.uu
|
||||
|
||||
uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu
|
||||
rm $OUTPUT_FILE.bz2
|
||||
|
|
|
|||
Loading…
Reference in a new issue