File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
experiments-and-demos/skopeo2ostree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# rpm-ostree: A true hybrid image/package system
22
33rpm-ostree is a hybrid image/package system. It combines
4- [ libostree] ( https://ostree.readthedocs .io/en/latest / ) as a base image format,
4+ [ libostree] ( https://ostreedev.github .io/ostree / ) as a base image format,
55and accepts RPM on both the client and server side, sharing code with the
66[ dnf] ( https://en.wikipedia.org/wiki/DNF_(software) ) project; specifically
77[ libdnf] ( https://github.com/rpm-software-management/libdnf ) . and thus bringing
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ nav_order: 1
99{: toc }
1010
1111rpm-ostree is a hybrid image/package system. It combines
12- [ libostree] ( https://ostree.readthedocs .io/en/latest / ) as a base image format,
12+ [ libostree] ( https://ostreedev.github .io/ostree / ) as a base image format,
1313and accepts RPM on both the client and server side, sharing code with the
1414[ dnf] ( https://en.wikipedia.org/wiki/DNF_(software) ) project; specifically
1515[ libdnf] ( https://github.com/rpm-software-management/libdnf ) . and thus bringing
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN echo 'Storage=persistent' >> /etc/systemd/journald.conf
2424RUN systemctl unmask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
2525# FIXME - not starting for some reason
2626RUN systemctl mask firewalld
27- # https://ostree.readthedocs .io/en/latest/manual /adapting-existing/
27+ # https://ostreedev.github .io/ostree /adapting-existing/
2828RUN for x in srv home media mnt opt; do mv /${x} /var/${x} && ln -sr /var/${x} /${x}; done \
2929 && rm /root -rf && ln -sr /var/roothome /root \
3030 && rm /usr/local -rf && ln -sr /var/usrlocal /usr/local \
You can’t perform that action at this time.
0 commit comments