Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 5e4f63f

Browse files
committed
Clean cni dir
1 parent 407fb6e commit 5e4f63f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dfs/scratch.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,6 @@ func firstPrepare() error {
570570
"/etc/selinux/ros",
571571
"/etc/selinux/ros/policy",
572572
"/etc/selinux/ros/contexts",
573-
"/var/lib/cni",
574573
); err != nil {
575574
return err
576575
}

scripts/layout-initrd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
echo Create initrd layout in $INITRD_DIR
33

44
rm -rf ${INITRD_DIR}
5-
mkdir -p ${INITRD_DIR}/usr/{etc,lib,bin,share/ros,var/lib/cni/bin}
5+
mkdir -p ${INITRD_DIR}/usr/{etc,lib,bin,share/ros}
66

77
./scripts/template
88

0 commit comments

Comments
 (0)