diff options
author | Colin Guthrie <colin@mageia.org> | 2011-12-19 22:47:15 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-12-19 22:47:15 +0000 |
commit | 61c4b7926bef9d3198e89dbd07cc4b5dbb7ef263 (patch) | |
tree | b6f5681a607d5c11bd3aadd52713bff13c591a9a /perl-install/install/Makefile | |
parent | d146755eb594b2364699f1dac8fee9400b4e4349 (diff) | |
download | drakx-61c4b7926bef9d3198e89dbd07cc4b5dbb7ef263.tar drakx-61c4b7926bef9d3198e89dbd07cc4b5dbb7ef263.tar.gz drakx-61c4b7926bef9d3198e89dbd07cc4b5dbb7ef263.tar.bz2 drakx-61c4b7926bef9d3198e89dbd07cc4b5dbb7ef263.tar.xz drakx-61c4b7926bef9d3198e89dbd07cc4b5dbb7ef263.zip |
Port stage2 to use udev.
In order to run dracut in the installer, it is necessary to have a working
udev setup (specifically /dev/block/* nodes, but there may be other requirements).
As dracut is needed by systemd when /usr is on a separate partition, we need
udev in the installer in order to support systemd generally.
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r-- | perl-install/install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 1cbdee2fe..c57505d1a 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -47,6 +47,7 @@ install_pms: get_needed_files: xs REP4PMS=$(REP4PMS) ../../tools/install-xml-file-list share/list.xml $(DEST) + mkdir -p $(DEST)/run chmod u-s -R $(DEST) # for mount/umount share/generate-xlocales $(DEST) |