diff --git a/src/prepare.sh b/src/prepare.sh index 06c55b3..472179b 100644 --- a/src/prepare.sh +++ b/src/prepare.sh @@ -12,8 +12,8 @@ addSystemDisks() { setOwner "$boot" || warn "failed to set the owner for \"$boot\" !" setOwner "$system" || warn "failed to set the owner for \"$system\" !" - DISK_OPTS+=$(createDevice "$boot" "$DISK_TYPE" "1" "0xa" "raw" "$DISK_IO" "$DISK_CACHE" "" "" "synoboot") - DISK_OPTS+=$(createDevice "$system" "$DISK_TYPE" "2" "0xb" "raw" "$DISK_IO" "$DISK_CACHE" "" "" "synosys") + DISK_OPTS+=$(createDevice "$boot" "$DISK_TYPE" "1" "0xa" "raw" "" "" "synoboot") + DISK_OPTS+=$(createDevice "$system" "$DISK_TYPE" "2" "0xb" "raw" "" "" "synosys") return 0 }