Sed in FreeBSD

2008-07-05 Thread Sebastian Tymków
Hi,

I'm trying to use sed in script to append file after pattern but I couldn't
find any good example
how can I do it.
I've tried with sed -e '/PATTERN/ a\ line' file but this did'n work. There
are many axamples in internet but none
of them work on FreeBSD.

Best regards,

Sebastian Tymkow
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 7.0 own installation

2008-06-19 Thread Sebastian Tymków
Hi,

I need to create my own installation disk.
Is there any solution to create own release without in example sendmail.
I made some scripts and included them in /usr/src/release/Makefile
to install some ports to iso ( I know I can do post-install but for some
reasons
I'd like to do it).
Maybe there is better solution to create bootable iso than using make
release
which creates chroot environment and recreate world once again ?
Another question, is there any possibility to simply add gjournal to
sysinstall to use it during installation?
I wan't to create as easy installation as is possible ( I don't want to play
with fixit mode).


Best regards,

Sebastian Tymkow
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"