Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix: increased rootfs size
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Mar 5, 2024
1 parent a7f935d commit d90d29f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FLATPAK_REMOTE_NAME = flathub
FLATPAK_REMOTE_URL = https://flathub.org/repo/flathub.flatpakrepo
FLATPAK_REMOTE_REFS =
FLATPAK_TEMPLATE = $(_BASE_DIR)/external/fedora-lorax-templates/ostree-based-installer/lorax-embed-flatpaks.tmpl
ROOTFS_SIZE = 8

# Generated vars
## Formatting = _UPPERCASE
Expand Down Expand Up @@ -93,6 +94,7 @@ boot.iso: lorax_templates/set_installer.tmpl lorax_templates/configure_upgrades.
$(_LORAX_ARGS) \
--repo /etc/yum.repos.d/fedora.repo \
--repo /etc/yum.repos.d/fedora-updates.repo \
--rootfs-size=$(ROOTFS_SIZE) \
--add-template $(_BASE_DIR)/lorax_templates/set_installer.tmpl \
--add-template $(_BASE_DIR)/lorax_templates/configure_upgrades.tmpl \
--add-template $(_BASE_DIR)/lorax_templates/secure_boot_key.tmpl \
Expand Down

0 comments on commit d90d29f

Please sign in to comment.