Skip to content
Snippets Groups Projects

configs/releng/syslinux/archiso_pxe.cfg: add "checksum" and "verify" boot options

Merged nl6720 requested to merge nl6720/archiso:checksum-and-verify into master
Files
2
@@ -14,7 +14,7 @@ _mnt_dmsnapshot() {
ro_dev="$(losetup --find --show --read-only -- "${img}")"
echo "${ro_dev}" >> /run/archiso/used_block_devices
ro_dev_size="$(blockdev --getsz -- "${ro_dev}")"
ro_dev_size="$(blockdev --getsz "${ro_dev}")"
if [ "${cow_persistent}" = "P" ]; then
if [ -f "/run/archiso/cowspace/${cow_directory}/${img_name}.cow" ]; then
Loading