SimpleCDD build scripts for YunoHost
Find a file
2018-03-08 20:53:55 +01:00
extras Use actual logo for splash screen and top banner 2017-08-31 15:44:10 +02:00
isolinux [fix] Restore advanced profiles, splashscreen and firmware 2017-01-26 18:30:56 +01:00
profiles [enh] Add LVM, remove non-free 2017-09-03 02:49:42 +02:00
.gitignore Add .gitignore 2013-06-24 11:42:02 +00:00
add-firmware-to Use isohybrid to add MBR/EFI stuff such that the iso is bootable with dd/Etcher (#6) 2018-03-08 20:51:24 +01:00
auto_build.sh First version of auto_build (#3) 2018-03-01 14:30:21 +01:00
build-yunohost Merge branch 'master' into building-on-stretch 2018-03-08 20:53:55 +01:00
common.sh Cosmetics / adjusment / fixes when running on stretch... 2018-03-03 19:51:54 +01:00
README.md Missing dependency cpio when running on stretch 2018-03-03 19:49:21 +01:00
simple-cdd-amd64.conf [enh] Be able to build with testing 2017-01-27 13:52:05 +01:00
simple-cdd-i386.conf [enh] Be able to build with testing 2017-01-27 13:52:05 +01:00

CD Build tools

Requirements

  • Debian Jessie

Installation

git clone git://github.com/YunoHost/cd_build.git
cd cd_build
sudo apt-get install -f simple-cdd genisoimage qemu-kvm xorriso syslinux-utils cpio

Build an image

Important: Be sure your system is up to date, if no you will see "missing packages" error during the script.

./build-yunohost amd64

Or

./build-yunohost i386

Troubleshooting

If you got errors for mysql-password debconf, temporaly change rights on /var/cache/debconf/passwords.dat

This file doesn't contain password.

sudo chmod o+r /var/cache/debconf/passwords.dat