Skip to content

Instantly share code, notes, and snippets.

@orange888
orange888 / add-preseed-and-firmware-to-debian.sh
Created November 10, 2020 22:42 — forked from kgrvamsi/add-preseed-and-firmware-to-debian.sh
Script to add firmware files and preseed file to a debian ISO
#!/bin/bash
# add-preseed-and-firmware-to-debian: Add non-free firmware and preseed to Debian install media
#
# Copyright (C) 2016-2017 Hedi Nasr <h.nsr69@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.