remove @dial-up and @standard from the minimal arm image

This commit is contained in:
Dennis Gilmore 2014-04-12 08:49:27 -05:00
parent 09a1dd5807
commit d8f9852e47
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,11 @@
part swap --size=128 --fstype swap
part / --size=1400 --fstype ext4
%packages
-@standard
-@dial-up
%end
%post
# setup systemd to boot to the right runlevel

View File

@ -4,6 +4,11 @@
part swap --size=128 --fstype swap
part / --size=1400 --fstype ext4
%packages
-@standard
-@dial-up
%end
%post
# setup systemd to boot to the right runlevel