Use /run/upgrade-sysroot instead of /system
[platform/core/system/initrd-recovery.git] / src / initrd-recovery / mkinitrd-recovery.sh.in
index 5cfbc55..0fc5407 100755 (executable)
@@ -49,9 +49,9 @@ BASE_DIRECTORIES="
 /sdcard
 /smack
 /sys
-/system
 /system-ro
 /run
+/run/upgrade-sysroot
 /tmp
 /usr/bin
 /usr/sbin
@@ -64,7 +64,7 @@ BASE_DIR_SYMLINKS="
 /bin:usr/bin
 /sbin:usr/sbin
 /lib:usr/lib
-/opt:system/opt
+/opt:run/upgrade-sysroot/opt
 "
 
 OPT="default"