Skip to content

Commit

Permalink
hardcoding paths is the devil
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Dec 7, 2014
1 parent 6516f0c commit 82312b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ container: build_container
./meta/launch

build:
cp -R /opt/initrd/initcpio/* /usr/lib/initcpio/
cp -R ./initcpio/* /usr/lib/initcpio/
mkdir -p build /lib/modules/kernel
mkinitcpio -c /dev/null -A base,udev,lvm-dock0,dock0 -g build/initrd.img -k kernel

Expand Down

0 comments on commit 82312b2

Please sign in to comment.