forked from srbala/fedora-kickstarts
add fedora arm mate kickstarts
This commit is contained in:
parent
be12e3f391
commit
b4064c5b1a
@ -8,6 +8,8 @@ fedora_DATA = \
|
|||||||
fedora-arm-kde-vfat.ks \
|
fedora-arm-kde-vfat.ks \
|
||||||
fedora-arm-lxde.ks \
|
fedora-arm-lxde.ks \
|
||||||
fedora-arm-lxde-vfat.ks \
|
fedora-arm-lxde-vfat.ks \
|
||||||
|
fedora-arm-mate.ks \
|
||||||
|
fedora-arm-mate-vfat.ks \
|
||||||
fedora-arm-minimal.ks \
|
fedora-arm-minimal.ks \
|
||||||
fedora-arm-minimal-vfat.ks \
|
fedora-arm-minimal-vfat.ks \
|
||||||
fedora-arm-partitioning.ks \
|
fedora-arm-partitioning.ks \
|
||||||
@ -40,7 +42,8 @@ fedora_DATA = \
|
|||||||
fedora-livedvd-robotics.ks \
|
fedora-livedvd-robotics.ks \
|
||||||
fedora-livedvd-scientific-kde.ks \
|
fedora-livedvd-scientific-kde.ks \
|
||||||
fedora-livecd-security.ks \
|
fedora-livecd-security.ks \
|
||||||
fedora-live-jam-kde.ks
|
fedora-live-jam-kde.ks \
|
||||||
|
fedora-mate-packages
|
||||||
|
|
||||||
customdir = ${pkgdatadir}/custom/
|
customdir = ${pkgdatadir}/custom/
|
||||||
custom_DATA = \
|
custom_DATA = \
|
||||||
|
11
fedora-arm-mate-vfat.ks
Normal file
11
fedora-arm-mate-vfat.ks
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
%include fedora-arm-base.ks
|
||||||
|
%include fedora-arm-xbase.ks
|
||||||
|
%include fedora-mate-packages.ks
|
||||||
|
%include fedora-arm-vfat-partitioning.ks
|
||||||
|
|
||||||
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
|
%end
|
11
fedora-arm-mate.ks
Normal file
11
fedora-arm-mate.ks
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
%include fedora-arm-base.ks
|
||||||
|
%include fedora-arm-xbase.ks
|
||||||
|
%include fedora-mate-packages.ks
|
||||||
|
%include fedora-arm-partitioning.ks
|
||||||
|
|
||||||
|
%post
|
||||||
|
echo -n "Enabling initial-setup gui mode on startup"
|
||||||
|
ln -s /usr/lib/systemd/system/initial-setup-graphical.service /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
||||||
|
echo .
|
||||||
|
|
||||||
|
%end
|
Loading…
Reference in New Issue
Block a user