Debian/Ubuntuのリミックスや派生ディストロを作るBashスクリプトだ。
sudo apt install binutils debootstrap dosfstools grub-efi-amd64-bin grub-pc-bin mtools squashfs-tools unzip xorriso
sudo dnf install binutils debootstrap dosfstools grub-efi-x64 grub-pc mtools squashfs-tools unzip xorriso
sudo pacman -S binutils debootstrap dosfstools grub mtools squashfs-tools unzip xorriso
tarballをhttps://github.com/njb-fm/debiso/releases
からダウンロードして解凍する。
Debianリミックスのサンプルを作りたい場合…
cd debiso
sudo ./mkdebiso -p configs/debian_sample
Ubuntuリミックスのサンプルを作りたい場合…
cd debiso
sudo ./mkdebiso -p configs/debian_sample
See usage
スクリプトやコンポーネントは三条項BSDライセンスのもとで無償で配布しています。LICENSEも見てね。