blob: 90cd271b778b32be15ed617fff3204a19bf3ec61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
1.21
- changes for Mageia 10
- add 'arch2' setting to identify second arch for biarch packages
- update examples for i586->i686 and package changes
- translation updates
1.20
- translation updates
1.19
- improved algorithm for selecting packages from rpmsrate
1.18
- change ESP label to MGAISO-ESP (mga#28409)
- optimise drakclassic build media step
- translation updates
1.17
- bootloader:
- add f2fs module
- update translations
- examples:
- remove obsolete nvidia340 drivers
- remove obsolete capi4linux service
1.16
- support use of https in repository URLs (mga#27776)
- translation updates
1.15
- draklive2: show installer summary screen when GUI is used
- examples: add extra options in GUI example settings
1.14
- allow user to select compression type/level for mksquashfs
- default to zstd, level 18
- bootloader: include linux32 and videoinfo modules
1.13
- bootloader: in grub 2.04 linux16/linuxefi are included in linux module
- examples:
- default to Mageia 8
- support encrypted persistent partition
- prevent unnecessary updates on first boot
- reorder boot options to make it easier to remove 'splash quiet'
- default to not generating a xorg.conf file on boot
- exclude plymouth from minimal example
- don't try to disable non-existent services in minimal example
- translation updates
1.12
- support separate desktop and autologin session names
- translation updates
1.11
- fix ownership of dummy root directory (mga#24501)
- translation updates
1.10
- support generation of sha3-512 checksum
- allow user to select which checksum files are generated
- bootloader: tweak grub.cfg for use with multibootusb
- drakclassic: show package dependencies at verbose level > 4
1.9
- bootloader: make it clear that non-free drivers are only for NVIDIA
1.8:
- fix linux16/linuxefi inclusion in bootloader images
- minor improvements to examples
1.7:
- default to using linux16 and linuxefi GRUB2 commands (mga#24137)
- translation updates
1.6:
- give the ESP partition a volume label, to work round mga#23939
1.5:
- support both 32 and 64 bit packages in media on the ISOs
- get some settings from the repo product.id file
- rename 'version' setting to 'release'
- translation updates
1.4:
- improved control of isohybrid protective partition start and type
- avoid full file path appearing in checksum files
- undo accidental commit of changes to examples
- translation updates
1.3:
- support starting isohybrid protective partition at sector 1
- translation updates
1.2:
- draklive: enable boot from updated kernel in persistent overlay
- draklive: enable pivot back to initramfs for cleaner shutdown
- update examples for changes in Mageia 7
- translation updates
1.1:
- drakclassic: filter out obsolete packages when calculating dependencies
- drakclassic: copy package index file into dist directory
- drakclassic: various minor changes for clarity/readability
- draklive: add draklive installer manual to Xfce example
- translation updates
1.0:
- new tools for creating both classic installer and live ISOs
o based on user/martinw/use-grub2 branch of draklive
|