]> git.ipfire.org Git - thirdparty/dracut.git/commit - dracut.sh
dracut.sh: write directly to the output file
authorHarald Hoyer <harald@redhat.com>
Wed, 19 Feb 2014 14:22:39 +0000 (15:22 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 19 Feb 2014 14:22:39 +0000 (15:22 +0100)
commitdc4c1ee39d2625746c86ca17bbf874e341c8ecf3
treee3a40d03ce18dc1e3c86f110619bbe9d1a4f9ea2
parentd1c4e5c5212d597c5260718fa592a14bfe01275b
dracut.sh: write directly to the output file

Because we already remove the output file before writing to it, we don't
have to play games and write to a temporary file first.
dracut.sh