Skip to content

Commit

Permalink
Remove installer packages
Browse files Browse the repository at this point in the history
Use packages operation again.
  • Loading branch information
plfiorini committed Nov 19, 2016
1 parent 96efd9c commit 69d934e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion modules/prepare/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def run():
- Initialize and populate pacman keyring so we can install
packages later.
- Install the kernel which is not included in the image.
- Remove live media packages.
- Remove sudo configuration for the installer.
- Rewrite os-release.
Expand Down
1 change: 1 addition & 0 deletions settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ sequence:
# - luksopenswaphookcfg
- initcpiocfg
- prepare
- packages
- initcpio
- removeuser
- users
Expand Down
8 changes: 3 additions & 5 deletions settings/packages.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
backend: pacman

update_db: true
update_db: false

#
# List of maps with package operations such as install or remove.
Expand All @@ -30,8 +30,6 @@ update_db: true
# after the static list in the job configuration.
#
operations:
- install:
- linux
- remove:
- liri-calamares-branding-git
- calamares
- liri-calamares-branding-git
- calamares

0 comments on commit 69d934e

Please # to comment.