Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions dracut/30ignition/coreos-mount-var.service

This file was deleted.

52 changes: 0 additions & 52 deletions dracut/30ignition/coreos-mount-var.sh

This file was deleted.

14 changes: 0 additions & 14 deletions dracut/30ignition/coreos-populate-var.service

This file was deleted.

45 changes: 0 additions & 45 deletions dracut/30ignition/coreos-populate-var.sh

This file was deleted.

9 changes: 0 additions & 9 deletions dracut/30ignition/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ install() {
useradd \
usermod \
realpath \
systemd-tmpfiles \
touch

# This one is optional; https://src.fedoraproject.org/rpms/ignition/pull-request/9
Expand Down Expand Up @@ -55,14 +54,6 @@ install() {
install_ignition_unit ignition-files.service
install_ignition_unit ignition-remount-sysroot.service

install_ignition_unit coreos-mount-var.service
inst_script "$moddir/coreos-mount-var.sh" \
"/usr/sbin/coreos-mount-var"

install_ignition_unit coreos-populate-var.service
inst_script "$moddir/coreos-populate-var.sh" \
"/usr/sbin/coreos-populate-var"

# needed for openstack config drive support
inst_rules 60-cdrom_id.rules
}
Expand Down