forked from srbala/fedora-kickstarts
install uboot-images-armv7 rather than the old individual u-boto images
don't install initial-setup-gui on the minimal text only image
This commit is contained in:
parent
d8f9852e47
commit
2e8e82a93d
@ -36,15 +36,7 @@ dracut-modules-growroot
|
|||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
|
|
||||||
# install uboot images
|
# install uboot images
|
||||||
uboot-beagle
|
uboot-images-armv7
|
||||||
uboot-beaglebone
|
|
||||||
uboot-origen
|
|
||||||
uboot-panda
|
|
||||||
uboot-smdkv310
|
|
||||||
uboot-uevm
|
|
||||||
uboot-wandboard_dl
|
|
||||||
uboot-wandboard_solo
|
|
||||||
uboot-wandboard_quad
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ part / --size=1400 --fstype ext4
|
|||||||
%packages
|
%packages
|
||||||
-@standard
|
-@standard
|
||||||
-@dial-up
|
-@dial-up
|
||||||
|
-initial-setup-gui
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
@ -7,6 +7,7 @@ part / --size=1400 --fstype ext4
|
|||||||
%packages
|
%packages
|
||||||
-@standard
|
-@standard
|
||||||
-@dial-up
|
-@dial-up
|
||||||
|
-initial-setup-gui
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Loading…
Reference in New Issue
Block a user