Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// {{ ansible_managed }}
|
||||
|
||||
DPkg {
|
||||
// Auto re-mounting of a readonly /
|
||||
Pre-Invoke { "mount -o remount,rw LABEL=ROOTFS /"; };
|
||||
Post-Invoke { "test ${NO_APT_REMOUNT:-no} = yes || mount -o remount,ro LABEL=ROOTFS / || true"; };
|
||||
};
|
||||
Reference in New Issue
Block a user