stages/coreos.live-artifacts: stop chmod initrd.img
The initramfs.img in Fedora and RHEL CoreOS images is already 644 so this isn't needed.
This commit is contained in:
parent
b8d986b51c
commit
45583720af
1 changed files with 0 additions and 2 deletions
|
|
@ -864,8 +864,6 @@ def main(workdir, tree, inputs, options, loop_client):
|
|||
paths["iso/images/pxeboot/vmlinuz"])
|
||||
shutil.copyfile(os.path.join(modules_dir, 'initramfs.img'),
|
||||
paths["iso/images/pxeboot/initrd.img"])
|
||||
# initramfs isn't world readable by default so let's open up perms
|
||||
os.chmod(paths["iso/images/pxeboot/initrd.img"], 0o644)
|
||||
|
||||
# Generate initramfs stamp file indicating that this is a live
|
||||
# initramfs. Store the build ID in it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue