From 7a574eee56cbb8761054b7e23d1d1799af2d489d Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 19 Dec 2011 22:47:15 +0000 Subject: 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. --- perl-install/install/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/Makefile') 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) -- cgit v1.2.1