From 5e41745edf2bc900f08feba57dc86e7e64083a85 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 21 Aug 2014 17:30:01 +0200 Subject: [PATCH] installer: Include /usr/bin/touch --- src/installer/dracut-module/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/dracut-module/module-setup.sh b/src/installer/dracut-module/module-setup.sh index cd8eebe30b..0aa77c9458 100755 --- a/src/installer/dracut-module/module-setup.sh +++ b/src/installer/dracut-module/module-setup.sh @@ -44,7 +44,7 @@ install() { inst "$moddir/70-dhcpcd.exe" "/var/ipfire/dhcpc/dhcpcd-hooks/70-dhcpcd.exe" # Misc. tools - inst_multiple eject ping wget + inst_multiple eject ping touch wget inst_multiple -o fdisk cfdisk df ps top # Hardware IDs -- 2.39.2