parent
0cfb887c07
commit
a1b6c71c11
1 changed files with 5 additions and 2 deletions
|
@ -160,9 +160,12 @@ cp -P ${pkgs.patos.lvm2}/lib/udev/rules.d/* $out/usr/lib/udev/rules.d/
|
|||
### install btrfs progs
|
||||
cp -Pr ${pkgs.btrfs-progs}/bin/* $out/usr/bin/
|
||||
cp -Pr ${pkgs.btrfs-progs}/lib/* $out/usr/lib/
|
||||
sed -i '1s|^#!.*|#!/bin/sh|' $out/usr/bin/fsck.btrfs
|
||||
|
||||
### install dosfstools
|
||||
cp -Pr ${pkgs.dosfstools}/bin/* $out/usr/bin/
|
||||
### install fsck tools
|
||||
rm -f $out/usr/bin/fsck
|
||||
cp -P ${pkgs.util-linuxMinimal}/bin/fsck $out/usr/bin/
|
||||
cp -Pr ${pkgs.dosfstools}/bin/fsck* $out/usr/bin/
|
||||
|
||||
### install tpm2 libs
|
||||
cp -P ${pkgs.patos.tpm2-tss}/lib/*.so* $out/usr/lib/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue