summaryrefslogtreecommitdiffstats
path: root/examples/xfce/config/build.cfg
blob: a34efb0b08cf643a4fc13f4fdd9e3f7c4978520a (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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
my $distro          = $build->{settings}{distro};
my $release         = $build->{settings}{release};
my $product         = $build->{settings}{product};
my $desktop         = $build->{settings}{desktop};
my $arch            = $build->{settings}{arch};
my $default_user    = $build->{settings}{default_user};

my @user_config_dirs = ('/etc/skel', '/home/' . $default_user);

sub build_label {
    my ($build) = @_;

    join('-', $distro, $release, $product, $desktop, $arch);
}

sub build_title {
    my ($build) = @_;

    join(' ', $distro, $release, $product, $desktop);
}

my $default_append = 'root=mgalive:LABEL=' . build_label($build) . ' noiswmd audit=0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 splash quiet';

my $config = {
    system => {
        enabled_media => [
            'Core Release',
            'Core Updates',
            'Nonfree Release',
            'Nonfree Updates',
        ],

        rpmsrate_flags => [
            'LIVE',
            # office
            qw(CAT_OFFICE CAT_SPELLCHECK CAT_PIM CAT_ARCHIVING CAT_PRINTER),
            # multimedia
            qw(CAT_AUDIO CAT_VIDEO CAT_GRAPHICS),
            # internet
            qw(CAT_NETWORKING_WWW CAT_NETWORKING_MAIL CAT_NETWORKING_NEWS CAT_COMMUNICATIONS CAT_NETWORKING_CHAT),
            qw(CAT_NETWORKING_FILE_TRANSFER CAT_NETWORKING_IRC CAT_NETWORKING_INSTANT_MESSAGING CAT_NETWORKING_DNS),
            # network
            qw(CAT_NETWORKING_REMOTE_ACCESS CAT_NETWORKING_FILE),
            # config
            qw(CAT_CONFIG),
            # console
            qw(CAT_EDITORS CAT_TERMINALS CAT_TEXT_TOOLS CAT_SHELLS CAT_FILE_TOOLS),
            # system
            qw(CAT_SYSTEM CAT_MINIMAL_DOCS CAT_X CAT_ACCESSIBILITY CAT_THEMES),
            # desktop
            qw(CAT_XFCE),
        ],
        rpmsrate_level => 5,

        include_packages => [
            # Satisfy the basesystem bootloader requirement.
            'drakiso-null-bootloader',

            # Some extra admin tools.
            'bind-utils', 'btrfs-progs', 'dmraid', 'gparted', 'hdparm', 'mdadm',

            # Mageia docs.
            'mageia-doc-mcc-en', 'mageia-doc-draklive-en',

            # Allow patching during customisation.
            'patch',

            # s-c-p wants this if it detects a combined printer/scanner.
            'simple-scan',

            # Provide a nicer UI for lxcontrol.
            'Xdialog',
        ],
        exclude_packages => [
            if_($arch eq 'i586',
                # We want the desktop586 kernel for maximum hardware compatibility.
                '/^kernel-desktop-/', '/^vboxadditions-kernel-.*-desktop-/',
            ),

            # No server kernels.
            '/^kernel-server-/', '/^vboxadditions-kernel-.*-server-/',

            # No bootloaders. The GRUB2 bootloaders are needed for install, so we add
            # them to the local repo, which means they are automatically excluded.
            'grub', 'lilo',

            # No distribution license.
            'flash-player-plugin',
        ],
#       preferred_packages => [
#       ],
        local_repo_packages => [
            # core
            'broadcom-bcma-config',
            'broadcom-ssb-config',
            'dkms',
            'efibootmgr', 'efivar', 'refind',
            'grub2', 'grub2-efi', 'grub2-mageia-theme', 'os-prober',
            if_($arch eq 'i586',   'kernel-desktop586-devel-latest'),
            if_($arch eq 'x86_64', 'kernel-desktop-devel-latest'),

            # nonfree
            'dkms-broadcom-wl',
            'dkms-nvidia340', 'x11-driver-video-nvidia340',
            'dkms-nvidia390', 'x11-driver-video-nvidia390',
            if_($arch eq 'x86_64',
                'dkms-nvidia-current', 'x11-driver-video-nvidia-current',
            ),
        ],

        langs_always => [ 'en_US' ],

        post_install => join(";",
            # systemd boots by default to multiuser.target (old init 3), so change to graphical (old init 5).
            "ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target",
        ),

#       additional_media => [
#           {
#               name => '',
#               path => '',
#               packages => [
#               ],
#           },
#       ],
#       rpms => [
#       ],
#       erase_rpms => [
#       ],
        disable_services => [
            # Uncommon hardware.
            qw(bpalogin capi4linux cpqarrayd mdadm oki4daemon pcscd),
            # Unneeded software.
            qw(chronyd snmpd),
            # Slows down basic usage and install, reenabled after install.
            qw(crond msec),
        ],
#       disable_timers => [
#       ],
        files => [
            # Clean configuration files.
            [ 'files/empty.conf', '/etc/dracut.conf.d/51-mageia-resume.conf', { mode => 0644 } ],
            [ 'files/empty.conf', '/etc/modprobe.conf', { mode => 0644 } ],

            # Blacklist pata_acpi (mga#3395).
            [ 'files/blacklist-ide.conf', '/etc/modprobe.d/blacklist-ide.conf', { mode => 0644 } ],

            # Live media specific initrd.
            [ 'files/dracut-live.conf', '/etc/dracut.conf.d/60-live.conf', { mode => 0644, no_install => 1 } ],

            # Enable drakx-finish-install at live boot.
            [ "files/finish-install", '/etc/sysconfig/finish-install', { mode => 0644 } ],

            # Disable mgaonline in live mode.
            (map { [ 'files/mgaonlinerc', $_ . '/.MgaOnline/mgaonline', { mode => 0644, no_install => 1 } ] } @user_config_dirs),

            # Disable suspend and hibernate in live mode.
            [ 'files/50-disable-suspend.pkla', '/etc/polkit-1/localauthority/50-local.d/50-disable-suspend.pkla', { mode => 0644, no_install => 1 } ],

            # sysconfig files for first boot after install.
            [ 'files/draklive-install.d/finish-install', '/etc/draklive-install.d/sysconfig/finish-install', { mode => 0644 } ],

            # Reenable services in installed system.
            [ 'files/draklive-install.d/services', '/etc/draklive-install.d/services', { mode => 0644 } ],

            # Fix for sometimes wrong permissions after install.
            [ 'files/draklive-install.d/run.d/home-live-permissions.sh', '/etc/draklive-install.d/run.d/home-live-permissions.sh', { mode => 755 } ],
        ],
        remove_files => [
            (map { "/etc/modprobe.preload.d/$_" } qw(cpufreq pcmcia rfswitch)),
            "/etc/udev/rules.d/70-persistent-*.rules",
            "/var/lib/dbus/machine-id",
            "/etc/ssh/ssh_host_*",
        ],
#       patches => [
#       ],
        final_fixes => join(';',
            # Add a desktop icon to run draklive-install.
            "mkdir -p /home/$default_user/Desktop",
            "cp /usr/share/applications/mageia-draklive-install.desktop /home/$default_user/Desktop/draklive-install.desktop",
            "chmod 750 /home/$default_user/Desktop/draklive-install.desktop",

            # Fix permissions for copied files.
            "chown -R $default_user.$default_user /home/$default_user",

            # Set default user name for draklive-install.
            "echo $default_user > /etc/draklive-install.d/user",
            "sed -i s/DEFAULT_USER/$default_user/ /etc/draklive-install.d/sysconfig/finish-install",

            # Allow draklive-install to spawn subtasks that access the display.
            "echo 'session    optional     pam_xauth.so # for draklive-install' >> /etc/pam.d/polkit-1",

            # Set the timestamp on the font directories to be a whole second
            # fc-cache looks at the nano second portion which may be non-zero
            # as we are on ext4, but then it will compare against the stamps
            # on the squashfs live image which have whole second resolution
            # (adapted from fix descrived in OpenMandriva bug 1764).
            "find /usr/share/fonts -type d -exec touch -t \$(date +%Y%m%d%H%M.%S) '{}' ';'",
            # Now update the cache for the new timestamps.
            "fc-cache -rf",

            # The man-db transfiletriggerin scriplet requires systemd, so will
            # have silently failed when run in a chroot. So the man-db cache
            # will not have been updated. Do it now.
            "mandb -q",

            # Set the initial wireless regulatory domain to "world", enabling
            # all possible wireless channels to be used.
            "sed -i -r 's/CRDA_DOMAIN=.*/CRDA_DOMAIN=00/' /etc/sysconfig/network",

            # Prevent systemd services performing unnecessary updates on first
            # boot. We should have done all necessary updates at build time.
            "touch /etc/.updated /var/.updated",
        ),

        vga_mode => 788,
    },
    loopbacks => {
        exclude => [
            { path => '/root/drakx' },
        ],
    },
#   regions => {
#       # the "all" region has a magical behavior and selects all langs
#   },
    media => {
        label               => build_label($build),
        overlay_label       => 'mgalive-persist',
        bootloader_title    => build_title($build),
        bootloader_theme    => '/usr/share/drakiso/bootloader/maggy',
        bootloader_font     => '/usr/share/drakiso/bootloader/unicode.pf2',
        bootloader_langs    => '/usr/share/drakiso/bootloader/lang-names.txt',
        bootloader_messages => '/usr/share/drakiso/bootloader/messages',
        bootloader_default  => 0,
        bootloader_timeout  => 10,
        bootloader_entries  => [
            'Boot Mageia Live'                                => { append => $default_append . ' xdriver=free' },
            ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot' },
            'Install Mageia Live'                             => { append => $default_append . ' xdriver=free install' },
            ' + use non-free NVIDIA drivers (slower to boot)' => { append => $default_append . ' nokmsboot install' },
            'Memory Test'                                     => { command => 'linux16', image  => '/boot/memtest', initrd => 'none' },
        ],
        mbr_boot_img        => '/usr/share/drakiso/bootloader/images/boot_hybrid.img',
        eltorito_img        => '/usr/share/drakiso/bootloader/images/eltorito.img',
        if_($arch eq 'i586',
            efi_type        => '32bit',
            boot32_efi      => '/usr/share/drakiso/bootloader/images/bootia32.efi'
        ),
        if_($arch eq 'x86_64',
            efi_type        => '64bit',
            boot64_efi      => '/usr/share/drakiso/bootloader/images/bootx64.efi'
        ),
        copy_from_repo => [
            'isolinux/memtest'  => 'boot/memtest',
        ],
#       checksums           => [ qw(md5 sha1 sha2 sha3) ],
    },
};