Add a commentary about the creator
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 31 Dec 2013 10:01:52 +0000 (12:01 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 31 Dec 2013 10:01:52 +0000 (12:01 +0200)
Add a "# Generated by $PROG" commentary to every generated file in order
to make it easier for people to understand where various config files come
from.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
setup-extlinux-conf
setup-gummiboot-conf
setup-ivi-fstab

index 060d4fc..20e00c9 100755 (executable)
@@ -39,6 +39,7 @@ create_default_conf_file()
 
        mkdir -p $verbose "$conf_dir" >&2
        cat > "$conf_file" <<-EOF
+       # Generated by $PROG
        ui vesamenu.c32
        prompt 0
        timeout 1
index dbd4dfc..7f19c6b 100755 (executable)
@@ -51,6 +51,7 @@ create_default_conf_file()
 
        mkdir -p $verbose "$conf_dir" >&2
        cat > "$conf_file" <<-EOF
+       # Generated by $PROG
        timeout 0
        default $1
        EOF
@@ -182,6 +183,7 @@ add_subcommand()
        # Create the new entry
        mkdir -p $verbose "$entries_dir" >&2
        cat > "$entry_path" <<-EOF
+       # Generated by $PROG
        title $title
        version $kernel_version
        efi /$kernel
index 01d32f7..8b67734 100755 (executable)
@@ -83,7 +83,8 @@ fi
 
 installerfw_verify_defined "INSTALLERFW_PART_COUNT"
 
-contents="devpts  /dev/pts  devpts  gid=5,mode=620  0 0
+contents="# Generated by $PROG
+devpts  /dev/pts  devpts  gid=5,mode=620  0 0
 tmpfs   /dev/shm  tmpfs   defaults        0 0
 proc    /proc     proc    defaults        0 0
 sysfs   /sys      sysfs   defaults        0 0"