forked from srbala/fedora-kickstarts
remove @dial-up and @standard from the minimal arm image
This commit is contained in:
parent
09a1dd5807
commit
d8f9852e47
@ -4,6 +4,11 @@
|
|||||||
part swap --size=128 --fstype swap
|
part swap --size=128 --fstype swap
|
||||||
part / --size=1400 --fstype ext4
|
part / --size=1400 --fstype ext4
|
||||||
|
|
||||||
|
%packages
|
||||||
|
-@standard
|
||||||
|
-@dial-up
|
||||||
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
# setup systemd to boot to the right runlevel
|
||||||
|
@ -4,6 +4,11 @@
|
|||||||
part swap --size=128 --fstype swap
|
part swap --size=128 --fstype swap
|
||||||
part / --size=1400 --fstype ext4
|
part / --size=1400 --fstype ext4
|
||||||
|
|
||||||
|
%packages
|
||||||
|
-@standard
|
||||||
|
-@dial-up
|
||||||
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
|
||||||
# setup systemd to boot to the right runlevel
|
# setup systemd to boot to the right runlevel
|
||||||
|
Loading…
Reference in New Issue
Block a user