llvm: Fix rc script.
This commit is contained in:
parent
5c95bc4d9f
commit
646a6b144b
@ -20,7 +20,7 @@ function rc_create {
|
|||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
mkdir /ext
|
[ -d /ext ] || mkdir /ext
|
||||||
mount -t ext2 /dev/c0d1 /ext
|
mount -t ext2 /dev/c0d1 /ext
|
||||||
|
|
||||||
if [ -f /ext/etc/rc ]; then
|
if [ -f /ext/etc/rc ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user