From a5e942a5c058bce64c7acafbd76a8ae7c8ceaf78 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 6 Oct 2012 11:08:44 +0200 Subject: Revert "Fix typo in shebang" This reverts commit 6f68bec907f5fbfdd1e73be8812ea0ff925965aa. Using ash was actually correct as only this shell is available in initramfs. It was the commit message of 27940c420f01f550f36c3aa25633b43a4f2a2069 that was wrong --- archiso/initcpio/script/archiso_shutdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archiso/initcpio/script/archiso_shutdown b/archiso/initcpio/script/archiso_shutdown index e024efe..41b3945 100644 --- a/archiso/initcpio/script/archiso_shutdown +++ b/archiso/initcpio/script/archiso_shutdown @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/ash # /oldroot depends on things inside /oldroot/run/archiso... mkdir /oldrun -- cgit v1.2.2