Skip to content

Commit

Permalink
fixup! Rework treecompose kernel processing
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Sep 1, 2017
1 parent d236f65 commit 1e04920
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manual/treefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It supports the following parameters:
possible values:
* "both": the default, kernel data goes in /boot and /usr/lib/ostree-boot
* "legacy": Now an alias for "both"; historically meant just "boot"
* "new": kernel data goes in /usr/lib/ostree-boot
* "new": kernel data goes in /usr/lib/ostree-boot and /usr/lib/modules

* `etc-group-members`: Array of strings, optional: Unix groups in this
list will be stored in `/etc/group` instead of `/usr/lib/group`. Use
Expand Down
1 change: 0 additions & 1 deletion src/libpriv/rpmostree-postprocess.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ process_kernel_and_initramfs (int rootfs_dfd,
/* We always tell rpmostree_finalize_kernel() to skip /boot, since we'll do a
* full hardlink pass if needed after that for the kernel + bootloader data.
*/
g_autofree char *initramfs_final_path = NULL;
if (!rpmostree_finalize_kernel (rootfs_dfd, bootdir, kver, kernel_path,
&initramfs_tmpf,
RPMOSTREE_FINALIZE_KERNEL_USRLIBOSTREE_BOOT,
Expand Down

0 comments on commit 1e04920

Please sign in to comment.