Revert "Fix typo in shebang"
This reverts commit6f68bec907
. Using ash was actually correct as only this shell is available in initramfs. It was the commit message of27940c420f
that was wrong
This commit is contained in:
parent
6f68bec907
commit
a5e942a5c0
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/ash
|
||||
|
||||
# /oldroot depends on things inside /oldroot/run/archiso...
|
||||
mkdir /oldrun
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue