mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
mountloader: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
8354d3b228
commit
16738efad9
@ -48,7 +48,7 @@ function mountLoaderDisk() {
|
||||
break
|
||||
)
|
||||
|
||||
ARC_RAMDISK_FILE="/mnt/p3/initrd-ARC"
|
||||
ARC_RAMDISK_FILE="/mnt/p3/initrd-arc"
|
||||
ARC_PATH="/tmp/initrd"
|
||||
extractInitrd "${ARC_RAMDISK_FILE}" "${ARC_PATH}"
|
||||
if [ ! -f "${ARC_PATH}/opt/arc/arc.sh" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user