Commit graph

66 commits

Author SHA1 Message Date
Alexandre Aubin
2630638c9f This is also needed to fix the debhelper issue 2019-08-13 09:54:05 +00:00
Alexandre Aubin
161292c1fc Fix found by ljf for the debhelper issue 2019-08-11 14:17:52 +00:00
Alexandre Aubin
fd7e2bb584 Remove superflous advanced profile + choose locale en_US already (stupid iso only suggest different english locales, not different actual languages) 2019-08-11 14:17:06 +00:00
Alexandre Aubin
ec8c46322e Fix a weird stupid issue with exim4 being installed as a dep of cron, later creating dependency bug 2019-06-10 16:39:11 +02:00
Alexandre Aubin
1143635337
Update README.md 2019-06-10 16:33:26 +02:00
ljf (zamentur)
24687ad381 [fix] Don't ask about postsrsd (#9)
* [fix] Don't ask about postsrsd

* [fix] Don't ask the question in advanced config
2018-09-17 05:27:50 +02:00
ljf (zamentur)
f0ca498360 [fix] Don't ask scan DVD question (#10)
* [fix] Don't ask scan DVD question

* [fix] Don't ask scan cd question
2018-09-17 05:27:12 +02:00
Alexandre Aubin
e8fc6804dc Merge branch 'stretch' of https://github.com/YunoHost/cd_build into stretch 2018-06-18 17:28:00 +00:00
Alexandre Aubin
140e17a946 Misc changes / tweaks to adapt to the new image indexing system 2018-06-18 17:26:36 +00:00
Alexandre Aubin
ad21714bfb
Generate ascii-armored signatures instead of binary(?) ones 2018-05-07 16:46:06 +02:00
Alexandre Aubin
7a6ec0b210 Remove web-server (installs apache2) and postfix (already required by yunohost anyway) 2018-05-03 22:10:47 +02:00
Alexandre Aubin
1f810dbecc Replacing jessie and old repo with stretch and new repo 2018-04-28 23:52:51 +02:00
root
574f6cac52 Merge branch 'building-on-stretch' 2018-04-28 21:50:51 +00:00
root
81c24338e2 Merge branch 'master' of https://github.com/YunoHost/cd_build 2018-04-28 21:49:18 +00:00
root
b94fe0960d Merge branch 'building-on-stretch' of https://github.com/YunoHost/cd_build into building-on-stretch 2018-04-28 21:46:56 +00:00
root
1e2556d028 Misc fixes from Aleks and Maniack ? 2018-04-28 21:45:36 +00:00
Maniack Crudelis
d30337d7b7 Remove previous sig (#8)
* Cosmetics / try to avoid a few unecessary error message (rm without -f)
* Use isohybrid to add MBR/EFI stuff such that the iso is bootable with dd/Etcher
* Missing dependency cpio when running on stretch
* On stretch, build-simple-cdd output is not ISO 9660
* Cosmetics / adjusment / fixes when running on stretch...
* Remove previous sig
Built over https://github.com/YunoHost/cd_build/pull/7
2018-03-08 20:57:03 +01:00
Alexandre Aubin
3b1e427272
Building on stretch (#7)
* Cosmetics / try to avoid a few unecessary error message (rm without -f)
* Use isohybrid to add MBR/EFI stuff such that the iso is bootable with dd/Etcher
* Missing dependency cpio when running on stretch
* On stretch, build-simple-cdd output is not ISO 9660
* Cosmetics / adjusment / fixes when running on stretch...
2018-03-08 20:54:13 +01:00
Alexandre Aubin
de7196d639
Merge branch 'master' into building-on-stretch 2018-03-08 20:53:55 +01:00
Alexandre Aubin
c3f7db27d7
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
Alexandre Aubin
5257106fd6
Cosmetics / try to avoid a few unecessary error message (rm without -f) (#5) 2018-03-08 20:51:10 +01:00
Alexandre Aubin
7a36ea2e0e Cosmetics / adjusment / fixes when running on stretch... 2018-03-03 19:51:54 +01:00
Alexandre Aubin
cdf3dcd781 On stretch, build-simple-cdd output is not ISO 9660 2018-03-03 19:51:01 +01:00
Alexandre Aubin
96f66ea4be Missing dependency cpio when running on stretch 2018-03-03 19:49:21 +01:00
Alexandre Aubin
cadb09a7ac Merge remote-tracking branch 'origin/bootable-iso' 2018-03-03 19:44:53 +01:00
root
030120f22a Merge remote-tracking branch 'origin/cosmetics' 2018-03-03 15:15:54 +00:00
Alexandre Aubin
38246a199b Use isohybrid to add MBR/EFI stuff such that the iso is bootable with dd/Etcher 2018-03-01 10:43:51 -05:00
Alexandre Aubin
00d951f757 Cosmetics / try to avoid a few unecessary error message (rm without -f) 2018-03-01 10:11:14 -05:00
Maniack Crudelis
a1cd1958ba Replace mount by xorriso (#4)
Because that fucking lxd doesn't want to allow to mount an iso...
2018-03-01 14:31:59 +01:00
Maniack Crudelis
e9605c97fe Prepare the way for an automatic usage (#2)
* Prepare the way for an automatic usage

* Remove tmp before each build
2018-03-01 14:30:48 +01:00
Maniack Crudelis
25382e135c First version of auto_build (#3)
* First version of auto_build

This script is design to be executed by a cron task.

* Fully functionnal auto_build.sh
2018-03-01 14:30:21 +01:00
ljf
3e84c8c3c6 [enh] Add LVM, remove non-free 2017-09-03 02:49:42 +02:00
ljf
849c82d811 Merge branch 'master' of https://github.com/YunoHost/cd_build 2017-09-02 02:51:35 +02:00
ljf
6095400396 [fix] Better default partition choice 2017-09-02 02:50:48 +02:00
Rafi59
462c185871 [fix] Missing deps (#1) 2017-08-31 17:14:43 +02:00
ljf
f748ca3369 [enh] Change the debian number 2017-08-31 15:44:38 +02:00
Alexandre Aubin
e4624b0dff Use actual logo for splash screen and top banner 2017-08-31 15:44:10 +02:00
ljf (zamentur)
d03c3a8385 [enh] Warrant about non updated system 2017-08-31 15:16:23 +02:00
ljf (zamentur)
6ee7695e5b [fix] Typo 2017-08-31 13:49:16 +02:00
ljf
5823851a05 [enh] Be able to build with testing 2017-01-27 13:52:05 +01:00
ljf
381d36e99c [fix] Missing files 2017-01-26 19:15:20 +01:00
ljf
fe3641fe9c [enh] Update documentation 2017-01-26 18:33:50 +01:00
ljf
5a6425a9da [fix] Restore advanced profiles, splashscreen and firmware 2017-01-26 18:30:56 +01:00
ljf
43c695ae03 [enh] Update default amd64 profile to Debian Jessie 2017-01-19 00:40:00 +01:00
Kload
937c171f12 Remove Lemon apt repository from preseed 2013-10-17 10:01:40 +02:00
Yunohost
3ffdf5290a Add advanced scripts 2013-10-11 11:38:57 +02:00
Yunohost
548739281c Add deb package 2013-06-26 11:46:14 +02:00
Kload
dcc0a9110c bufixes 2013-06-24 14:07:12 +00:00
Kload
40b1a80102 Bugfix 2013-06-24 13:15:32 +00:00
Kload
839ddca954 Merge branch 'master' of https://github.com/YunoHost/cd_build 2013-06-24 13:08:00 +00:00