Skip to content

Commit

Permalink
fixes dracut for local install
Browse files Browse the repository at this point in the history
  • Loading branch information
neobht committed Jan 6, 2017
1 parent 39ed638 commit 80c4e27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dracut.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ compress_l="xz"
#systemdutildir=/lib/systemd
#systemdsystemunitdir=/lib/systemd/system
#udevdir=/lib/udev

DRACUT_INSTALL=$dracutbasedir/dracut-install
3 changes: 2 additions & 1 deletion make_dracut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ git submodule update
cd dracut
make clean
./configure --disable-documentation
make && make install
make
# make install
cd ..

0 comments on commit 80c4e27

Please sign in to comment.