20f35ed
@@ -12,6 +12,7 @@
"mutate-os-release": "28",
"initramfs-args": ["--no-hostonly", "--add", "iscsi"],
+ "boot_location": "new",
"install-langs-comment": "Keep this in sync with treecompose-post.sh",
"install-langs": [
This drops the kernel/initramfs out of /boot (in the tree; this is a totally different thing from physical state) which greatly helps with on-disk space usage.
/boot
See: https://pagure.io/fedora-atomic/issue/94
Nice! Let's try it out.
Pull-Request has been merged by jlebon
This drops the kernel/initramfs out of
/boot
(in the tree; this is a totallydifferent thing from physical state) which greatly helps with on-disk space
usage.
See: https://pagure.io/fedora-atomic/issue/94