SimpleCDD build scripts for YunoHost
Find a file
2018-04-28 21:50:51 +00: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 Building on stretch (#7) 2018-03-08 20:54:13 +01:00
auto_build.sh Misc fixes from Aleks and Maniack ? 2018-04-28 21:45:36 +00:00
build-yunohost Merge branch 'building-on-stretch' 2018-04-28 21:50:51 +00:00
common.sh Building on stretch (#7) 2018-03-08 20:54:13 +01:00
README.md Building on stretch (#7) 2018-03-08 20:54:13 +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