This patch enables support for verifying the ISO through bootid=.... bootoption.
authorMichael Prokop <mika@grml.org>
Fri, 26 Jun 2015 12:47:59 +0000 (14:47 +0200)
committerEvgeni Golov <evgeni@debian.org>
Fri, 26 Jun 2015 12:47:59 +0000 (14:47 +0200)
commit773bef668749c32f1b01d6fa3e61a251602016f5
tree95e9e41ae33b127f1e63a7ce5327ab19b72768b4
parent09ec20c633809d651f2caa119f0e14ec472ded77
This patch enables support for verifying the ISO through bootid=.... bootoption.

Logic behind bootoptions and possible combinations:
* bootid.txt + wrong bootid=...                    => fails to boot
* bootid.txt + right bootid=...                    => boots
* bootid.txt + ignore_bootid                       => boots
* bootid.txt + no bootid=... + no ignore_bootid    => fails to boot
* no bootid.txt + no bootid=... + no ignore_bootid => boots
* no bootid.txt + bootid=...                       => fails to boot
* no bootid.txt + ignore_bootid=...                => boots
components/9990-cmdline-old
components/9990-misc-helpers.sh