From d8bd926096ecf6d8c38453b6752088b8a10ca3b7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 5 Jun 2016 20:49:24 -0300 Subject: Make coding style more uniform --- di-maker | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'di-maker') diff --git a/di-maker b/di-maker index e24df35..c60c9a6 100755 --- a/di-maker +++ b/di-maker @@ -1,19 +1,17 @@ #!/bin/bash - +# # Author: Daniel Kahn Gillmor # Date: 2009-10-08 # License: GPL v3+ - +# +# depends on grub2 # usage: # di-maker ISOFILE [FILE ...] # make a new debian installer ISO, packing any additionally-supplied files into the initramfs directly set -e -# depends on grub2 - # specify the first argument as the new installer image: - output="$1" SUITE=${SUITE:-stable} @@ -95,7 +93,6 @@ fi mkdir -p "$WORKDIR/boot/grub" - cat > "$WORKDIR/boot/grub/grub.cfg" <