From 6d6d041bce7ddc077cb20ff0a63de4ca8b450403 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 2 Oct 2006 00:21:24 +0000 Subject: Added changes from rhatto --- handlers/makecd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'handlers/makecd') diff --git a/handlers/makecd b/handlers/makecd index b176994..cdfa6b1 100644 --- a/handlers/makecd +++ b/handlers/makecd @@ -10,6 +10,7 @@ getconf system no getconf isoonly yes getconf imagefile backup.iso getconf device +getconf nicelevel 0 # define needed executables: MKISOFS="/usr/bin/mkisofs" @@ -35,7 +36,7 @@ if [ "$isoonly" == "no" ]; then fi outputfile="$backupdir/$imagefile" -execstr="$MKISOFS --quiet -R -o $outputfile " +execstr="nice -n $nicelevel $MKISOFS --quiet -R -o $outputfile " str="" # excludes -- cgit v1.2.3