Revert "Fix typo in shebang"

This reverts commit 6f68bec907.

Using ash was actually correct as only this shell is available in initramfs.
It was the commit message of 27940c420f that was wrong
This commit is contained in:
Pierre Schmitz 2012-10-06 11:08:44 +02:00
parent 6f68bec907
commit a5e942a5c0

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/ash
# /oldroot depends on things inside /oldroot/run/archiso... # /oldroot depends on things inside /oldroot/run/archiso...
mkdir /oldrun mkdir /oldrun