File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,10 @@ install:
32
32
cp -PfT baseimage/base/ostree $(DESTDIR ) /$(prefix ) /share/doc/bootc/baseimage/base/ostree
33
33
# Ensure we've cleaned out any possibly older files
34
34
rm -vrf $(DESTDIR )$(prefix ) /share/doc/bootc/baseimage/dracut
35
+ rm -vrf $(DESTDIR )$(prefix ) /share/doc/bootc/baseimage/systemd
36
+ # Copy dracut and systemd config files
35
37
cp -Prf baseimage/dracut $(DESTDIR )$(prefix ) /share/doc/bootc/baseimage/dracut
38
+ cp -Prf baseimage/systemd $(DESTDIR )$(prefix ) /share/doc/bootc/baseimage/systemd
36
39
37
40
# Run this to also take over the functionality of `ostree container` for example.
38
41
# Only needed for OS/distros that have callers invoking `ostree container` and not bootc.
Original file line number Diff line number Diff line change @@ -10,3 +10,5 @@ sources of content.
10
10
may go away in the future) and the ` ostree ` symlink into ` sysroot ` .
11
11
- [ dracut] ( dracut ) : Default/basic dracut configuration; at the current
12
12
time this basically just enables ostree in the initramfs.
13
+ - [ systemd] ( systemd ) : Optional configuration for systemd, currently
14
+ this has configuration for kernel-install enabling rpm-ostree integration.
Original file line number Diff line number Diff line change
1
+ # kernel-install will not try to run dracut and allow rpm-ostree to
2
+ # take over. Rpm-ostree will use this to know that it is responsible
3
+ # to run dracut and ensure that there is only one kernel in the image
4
+ layout=ostree
5
+
You can’t perform that action at this time.
0 commit comments