Skip to content

Commit

Permalink
feat: repart conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed May 20, 2024
1 parent 62b7466 commit d2ac2f3
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ultramarine/ultramarine-raw-filesystem/50-root.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Partition]
Type=root
GrowFileSystem=true
6 changes: 6 additions & 0 deletions ultramarine/ultramarine-raw-filesystem/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project "pkg" {
rpm {
spec = "ultramarine-raw-filesystem.spec"
sources = "."
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Name: ultramarine-raw-filesystem
Version: 1.0
Release: 1%{?dist}
Summary: systemd-repart config to automatically extend the root filesystem on raw images
URL: ultramarine-linux.org
Source0: 50-root.conf
License: MIT
BuildArch: noarch

%description
%{summary}

%prep

%build

%install
mkdir -p %{buildroot}/usr/lib/repart.d
cp -v %{SOURCE0} %{buildroot}/usr/lib/repart.d


%files
/usr/lib/repart.d/*

%changelog
* Mon May 20 2024 Jaiden Riordan <[email protected]>
- Initial commit

0 comments on commit d2ac2f3

Please sign in to comment.